#77660D

Color #77660D Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #77660D

Tints of Yukon Gold #77660D

Color information

#77660D (or 0x77660D) is unknown color: approx Yukon Gold. HEX triplet: 77, 66 and 0D. RGB value is (119,102,13). Sum of RGB (Red+Green+Blue) = 119+102+13=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77660D is #8899F2. Grayscale: #616161. Windows color (decimal): -8952307 or 878199. OLE color: 878199.

HSL color Cylindrical-coordinate representation of color #77660D: hue angle of 50.38º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77660D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB11910213-
CMYK00.140.890.53
HSL50.38º80.3%25.88%-
HSV(B)50.38º89.08%46.67%-
XYZ12.4313.452.32-
YUV96.9480.63143.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=50.85%
G=43.59%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191021300.140.890.5350.3880.325.88
Hex7766D0E593532501a
Octal16714615016131656212032
Binary111011111001101101011101011001110101110010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77660D; }

 p { color: rgb(119,102,13); }

 H1.HeaderClassName
 {
   color: #77660D;
 }
 .AnyTagClassName
 {
   color: #77660D;
 }
</style>
background-color css

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

 a { background-color: rgb(119,102,13); }

 div.DivClassName
 {
   background-color: #77660D;
 }
 .BgClassName
 {
   background-color: #77660D;
 }
</style>
border-color css

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

 span { border-color: rgb(119,102,13); }

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