#77601B

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

Shades of Yukon Gold #77601B

Tints of Yukon Gold #77601B

Color information

#77601B (or 0x77601B) is unknown color: approx Yukon Gold. HEX triplet: 77, 60 and 1B. RGB value is (119,96,27). Sum of RGB (Red+Green+Blue) = 119+96+27=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77601B is #889FE4. Grayscale: #5F5F5F. Windows color (decimal): -8953829 or 1794167. OLE color: 1794167.

HSL color Cylindrical-coordinate representation of color #77601B: hue angle of 45º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77601B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1199627-
CMYK00.190.770.53
HSL45º63.01%28.63%-
HSV(B)45º77.31%46.67%-
XYZ11.9912.372.79-
YUV95.0189.62145.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=49.17%
G=39.67%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119962700.190.770.534563.0128.63
Hex77601B0134D352d3f1d
Octal1671403302311565557735
Binary1110111110000011011010011100110111010110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77601B; }

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

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

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

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

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

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

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

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