Shades of Yukon Gold #775E1B
Tints of Yukon Gold #775E1B
RGB
CMYK
RGB Variations
Color information
#775E1B (or 0x775E1B) is known color: Yukon Gold. HEX triplet: 77, 5E and 1B. RGB value is (119,94,27). Sum of RGB (Red+Green+Blue) = 119+94+27=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E1B is #88A1E4. Grayscale: #5E5E5E. Windows color (decimal): -8954341 or 1793655. OLE color: 1793655.
HSL color Cylindrical-coordinate representation of color #775E1B: hue angle of 43.7º 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 #775E1B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 27 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.53 |
| HSL | 43.7º | 0.63% | 0.29% | - |
| HSV(B) | 43.7º | 0.77% | 0.47% | - |
| XYZ | 11.81 | 12.01 | 2.73 | - |
| YUV | 93.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 27 | 0 | 0.21 | 0.77 | 0.53 | 43.7 | 0.63 | 0.29 |
| Hex | 77 | 5E | 1B | 0 | 15 | 4D | 35 | 2C | 3F | 1D |
| Octal | 167 | 136 | 33 | 0 | 25 | 115 | 65 | 54 | 77 | 35 |
| Binary | 1110111 | 1011110 | 11011 | 0 | 10101 | 1001101 | 110101 | 101100 | 111111 | 11101 |
Color Harmonies of #775E1B
Complementary color
Monochromatic Colors of #775E1B
Black with #775E1B
Text Example
Text Example
White with #775E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E1B; }
p { color: rgb(119,94,27); }
H1.HeaderClassName
{
color: #775E1B;
}
.AnyTagClassName
{
color: #775E1B;
}
</style>
background-color css
<style>
a { background-color: #775E1B; }
a { background-color: rgb(119,94,27); }
div.DivClassName
{
background-color: #775E1B;
}
.BgClassName
{
background-color: #775E1B;
}
</style>
border-color css
<style>
span { border-color: #775E1B; }
span { border-color: rgb(119,94,27); }
td.TdClassName
{
border-color: #775E1B;
}
.TagClassName
{
border-color: #775E1B;
}
</style>