Html Css Color HEX #776008 Yukon Gold

📋 copy color: '#776008'

red 119 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #776008

Tints of Yukon Gold #776008

RGB

 RED value IS 119 (46.88% from 255) = 53.36%

 GREEN value IS 96 (37.89% from 255) = 43.05%

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 53.36%
G = 43.05%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#776008 (or 0x776008) is known color: Yukon Gold. HEX triplet: 77, 60 and 08. RGB value is (119,96,8). Sum of RGB (Red+Green+Blue) = 119+96+8=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776008 is #889FF7. Grayscale: #5D5D5D. Windows color (decimal): -8953848 or 548983. OLE color: 548983.

HSL color Cylindrical-coordinate representation of color #776008: hue angle of 47.57º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #776008 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 8 -
CMYK 0 0.19 0.93 0.53
HSL 47.57º 0.87% 0.25% -
HSV(B) 47.57º 0.93% 0.47% -
XYZ 11.83 12.31 1.98 -
YUV 92.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 119 96 8 0 0.19 0.93 0.53 47.57 0.87 0.25
Hex 77 60 8 0 13 5D 35 30 57 19
Octal 167 140 10 0 23 135 65 60 127 31
Binary 1110111 1100000 1000 0 10011 1011101 110101 110000 1010111 11001

Color Harmonies of #776008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776008

Black with #776008

Text Example


Text Example

White with #776008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776008; }

 p { color: rgb(119,96,8); }

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

background-color css

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

 a { background-color: rgb(119,96,8); }

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

border-color css

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

 span { border-color: rgb(119,96,8); }

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