Shades of Yukon Gold #775B18
Tints of Yukon Gold #775B18
RGB
CMYK
RGB Variations
Color information
#775B18 (or 0x775B18) is known color: Yukon Gold. HEX triplet: 77, 5B and 18. RGB value is (119,91,24). Sum of RGB (Red+Green+Blue) = 119+91+24=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #775B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775B18 is #88A4E7. Grayscale: #5C5C5C. Windows color (decimal): -8955112 or 1596279. OLE color: 1596279.
HSL color Cylindrical-coordinate representation of color #775B18: hue angle of 42.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #775B18 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 24 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.53 |
| HSL | 42.32º | 0.66% | 0.28% | - |
| HSV(B) | 42.32º | 0.8% | 0.47% | - |
| XYZ | 11.51 | 11.47 | 2.47 | - |
| YUV | 91.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 24 | 0 | 0.24 | 0.80 | 0.53 | 42.32 | 0.66 | 0.28 |
| Hex | 77 | 5B | 18 | 0 | 18 | 50 | 35 | 2A | 42 | 1C |
| Octal | 167 | 133 | 30 | 0 | 30 | 120 | 65 | 52 | 102 | 34 |
| Binary | 1110111 | 1011011 | 11000 | 0 | 11000 | 1010000 | 110101 | 101010 | 1000010 | 11100 |
Color Harmonies of #775B18
Complementary color
Monochromatic Colors of #775B18
Black with #775B18
Text Example
Text Example
White with #775B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B18; }
p { color: rgb(119,91,24); }
H1.HeaderClassName
{
color: #775B18;
}
.AnyTagClassName
{
color: #775B18;
}
</style>
background-color css
<style>
a { background-color: #775B18; }
a { background-color: rgb(119,91,24); }
div.DivClassName
{
background-color: #775B18;
}
.BgClassName
{
background-color: #775B18;
}
</style>
border-color css
<style>
span { border-color: #775B18; }
span { border-color: rgb(119,91,24); }
td.TdClassName
{
border-color: #775B18;
}
.TagClassName
{
border-color: #775B18;
}
</style>