Html Css Color HEX #7C7868 Arrowtown

📋 copy color: '#7C7868'

red 124 ◦ green 120 ◦ blue 104

#7C7868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arrowtown #7C7868

Tints of Arrowtown #7C7868

RGB

 RED value IS 124 (48.83% from 255) = 35.63%

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 35.63%
G = 34.48%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7C7868 (or 0x7C7868) is known color: Arrowtown. HEX triplet: 7C, 78 and 68. RGB value is (124,120,104). Sum of RGB (Red+Green+Blue) = 124+120+104=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7868 is #838797. Grayscale: #777777. Windows color (decimal): -8619928 or 6846588. OLE color: 6846588.

HSL color Cylindrical-coordinate representation of color #7C7868: hue angle of 48º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7868 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 120 104 -
CMYK 0 0.03 0.16 0.51
HSL 48º 0.09% 0.45% -
HSV(B) 48º 0.16% 0.49% -
XYZ 17.53 18.72 15.79 -
YUV 119.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 124 120 104 0 0.03 0.16 0.51 48 0.09 0.45
Hex 7C 78 68 0 3 10 33 30 9 2D
Octal 174 170 150 0 3 20 63 60 11 55
Binary 1111100 1111000 1101000 0 11 10000 110011 110000 1001 101101

Color Harmonies of #7C7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7868

Black with #7C7868

Text Example


Text Example

White with #7C7868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7868; }

 p { color: rgb(124,120,104); }

 H1.HeaderClassName
 {
   color: #7C7868;
 }
 .AnyTagClassName
 {
   color: #7C7868;
 }
</style>

background-color css

<style>
 a { background-color: #7C7868; }

 a { background-color: rgb(124,120,104); }

 div.DivClassName
 {
   background-color: #7C7868;
 }
 .BgClassName
 {
   background-color: #7C7868;
 }
</style>

border-color css

<style>
 span { border-color: #7C7868; }

 span { border-color: rgb(124,120,104); }

 td.TdClassName
 {
   border-color: #7C7868;
 }
 .TagClassName
 {
   border-color: #7C7868;
 }
</style>