Shades of Yukon Gold #77641F
Tints of Yukon Gold #77641F
RGB
CMYK
RGB Variations
Color information
#77641F (or 0x77641F) is known color: Yukon Gold. HEX triplet: 77, 64 and 1F. RGB value is (119,100,31). Sum of RGB (Red+Green+Blue) = 119+100+31=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77641F is #889BE0. Grayscale: #626262. Windows color (decimal): -8952801 or 2057335. OLE color: 2057335.
HSL color Cylindrical-coordinate representation of color #77641F: hue angle of 47.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77641F is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 31 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.53 |
| HSL | 47.05º | 0.59% | 0.29% | - |
| HSV(B) | 47.05º | 0.74% | 0.47% | - |
| XYZ | 12.41 | 13.14 | 3.18 | - |
| YUV | 97.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 31 | 0 | 0.16 | 0.74 | 0.53 | 47.05 | 0.59 | 0.29 |
| Hex | 77 | 64 | 1F | 0 | 10 | 4A | 35 | 2F | 3B | 1D |
| Octal | 167 | 144 | 37 | 0 | 20 | 112 | 65 | 57 | 73 | 35 |
| Binary | 1110111 | 1100100 | 11111 | 0 | 10000 | 1001010 | 110101 | 101111 | 111011 | 11101 |
Color Harmonies of #77641F
Complementary color
Monochromatic Colors of #77641F
Black with #77641F
Text Example
Text Example
White with #77641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77641F; }
p { color: rgb(119,100,31); }
H1.HeaderClassName
{
color: #77641F;
}
.AnyTagClassName
{
color: #77641F;
}
</style>
background-color css
<style>
a { background-color: #77641F; }
a { background-color: rgb(119,100,31); }
div.DivClassName
{
background-color: #77641F;
}
.BgClassName
{
background-color: #77641F;
}
</style>
border-color css
<style>
span { border-color: #77641F; }
span { border-color: rgb(119,100,31); }
td.TdClassName
{
border-color: #77641F;
}
.TagClassName
{
border-color: #77641F;
}
</style>