#77690A

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

Shades of Yukon Gold #77690A

Tints of Yukon Gold #77690A

Color information

#77690A (or 0x77690A) is unknown color: approx Yukon Gold. HEX triplet: 77, 69 and 0A. RGB value is (119,105,10). Sum of RGB (Red+Green+Blue) = 119+105+10=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77690A is #8896F5. Grayscale: #626262. Windows color (decimal): -8951542 or 682359. OLE color: 682359.

HSL color Cylindrical-coordinate representation of color #77690A: hue angle of 52.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77690A is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB11910510-
CMYK00.120.920.53
HSL52.29º84.5%25.29%-
HSV(B)52.29º91.6%46.67%-
XYZ12.7114.052.33-
YUV98.3678.14142.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=50.85%
G=44.87%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191051000.120.920.5352.2984.525.29
Hex7769A0C5C35345419
Octal16715112014134656412431
Binary111011111010011010011001011100110101110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77690A; }

 p { color: rgb(119,105,10); }

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

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

 a { background-color: rgb(119,105,10); }

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

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

 span { border-color: rgb(119,105,10); }

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