Shades of Yukon Gold #775E1E
Tints of Yukon Gold #775E1E
RGB
CMYK
RGB Variations
Color information
#775E1E (or 0x775E1E) is known color: Yukon Gold. HEX triplet: 77, 5E and 1E. RGB value is (119,94,30). Sum of RGB (Red+Green+Blue) = 119+94+30=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #775E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E1E is #88A1E1. Grayscale: #5E5E5E. Windows color (decimal): -8954338 or 1990263. OLE color: 1990263.
HSL color Cylindrical-coordinate representation of color #775E1E: hue angle of 43.15º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #775E1E is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 30 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.53 |
| HSL | 43.15º | 0.6% | 0.29% | - |
| HSV(B) | 43.15º | 0.75% | 0.47% | - |
| XYZ | 11.84 | 12.02 | 2.92 | - |
| YUV | 94.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 30 | 0 | 0.21 | 0.75 | 0.53 | 43.15 | 0.6 | 0.29 |
| Hex | 77 | 5E | 1E | 0 | 15 | 4B | 35 | 2B | 3C | 1D |
| Octal | 167 | 136 | 36 | 0 | 25 | 113 | 65 | 53 | 74 | 35 |
| Binary | 1110111 | 1011110 | 11110 | 0 | 10101 | 1001011 | 110101 | 101011 | 111100 | 11101 |
Color Harmonies of #775E1E
Complementary color
Monochromatic Colors of #775E1E
Black with #775E1E
Text Example
Text Example
White with #775E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E1E; }
p { color: rgb(119,94,30); }
H1.HeaderClassName
{
color: #775E1E;
}
.AnyTagClassName
{
color: #775E1E;
}
</style>
background-color css
<style>
a { background-color: #775E1E; }
a { background-color: rgb(119,94,30); }
div.DivClassName
{
background-color: #775E1E;
}
.BgClassName
{
background-color: #775E1E;
}
</style>
border-color css
<style>
span { border-color: #775E1E; }
span { border-color: rgb(119,94,30); }
td.TdClassName
{
border-color: #775E1E;
}
.TagClassName
{
border-color: #775E1E;
}
</style>