#77691C

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

Shades of Yukon Gold #77691C

Tints of Yukon Gold #77691C

Color information

#77691C (or 0x77691C) is unknown color: approx Yukon Gold. HEX triplet: 77, 69 and 1C. RGB value is (119,105,28). Sum of RGB (Red+Green+Blue) = 119+105+28=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691C is #8896E3. Grayscale: #646464. Windows color (decimal): -8951524 or 1862007. OLE color: 1862007.

HSL color Cylindrical-coordinate representation of color #77691C: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77691C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11910528-
CMYK00.120.760.53
HSL50.77º61.9%28.82%-
HSV(B)50.77º76.47%46.67%-
XYZ12.8714.113.14-
YUV100.4187.14141.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=47.22%
G=41.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191052800.120.760.5350.7761.928.82
Hex77691C0C4C35333e1d
Octal1671513401411465637635
Binary111011111010011110001100100110011010111001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77691C; }

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

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

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

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

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

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

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

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