Html Css Color HEX #786008 Yukon Gold

📋 copy color: '#786008'

red 120 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #786008

Tints of Yukon Gold #786008

RGB

 RED value IS 120 (47.27% from 255) = 53.57%

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

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

R = 53.57%
G = 42.86%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#786008 (or 0x786008) is known color: Yukon Gold. HEX triplet: 78, 60 and 08. RGB value is (120,96,8). Sum of RGB (Red+Green+Blue) = 120+96+8=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #786008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786008 is #879FF7. Grayscale: #5D5D5D. Windows color (decimal): -8888312 or 548984. OLE color: 548984.

HSL color Cylindrical-coordinate representation of color #786008: hue angle of 47.14º degrees, saturation: 0.88, 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 #786008 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 8 -
CMYK 0 0.2 0.93 0.53
HSL 47.14º 0.88% 0.25% -
HSV(B) 47.14º 0.93% 0.47% -
XYZ 11.97 12.38 1.99 -
YUV 93.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 120 96 8 0 0.2 0.93 0.53 47.14 0.88 0.25
Hex 78 60 8 0 14 5D 35 2F 58 19
Octal 170 140 10 0 24 135 65 57 130 31
Binary 1111000 1100000 1000 0 10100 1011101 110101 101111 1011000 11001

Color Harmonies of #786008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786008

Black with #786008

Text Example


Text Example

White with #786008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786008; }

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

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

background-color css

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

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

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

border-color css

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

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

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