Shades of Yukon Gold #87740F
Tints of Yukon Gold #87740F
RGB
CMYK
RGB Variations
Color information
#87740F (or 0x87740F) is known color: Yukon Gold. HEX triplet: 87, 74 and 0F. RGB value is (135,116,15). Sum of RGB (Red+Green+Blue) = 135+116+15=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87740F is #788BF0. Grayscale: #6E6E6E. Windows color (decimal): -7900145 or 1012871. OLE color: 1012871.
HSL color Cylindrical-coordinate representation of color #87740F: hue angle of 50.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87740F is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 15 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.47 |
| HSL | 50.5º | 0.8% | 0.29% | - |
| HSV(B) | 50.5º | 0.89% | 0.53% | - |
| XYZ | 16.32 | 17.68 | 3 | - |
| YUV | 110.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 15 | 0 | 0.14 | 0.89 | 0.47 | 50.5 | 0.8 | 0.29 |
| Hex | 87 | 74 | F | 0 | E | 59 | 2F | 32 | 50 | 1D |
| Octal | 207 | 164 | 17 | 0 | 16 | 131 | 57 | 62 | 120 | 35 |
| Binary | 10000111 | 1110100 | 1111 | 0 | 1110 | 1011001 | 101111 | 110010 | 1010000 | 11101 |
Color Harmonies of #87740F
Complementary color
Monochromatic Colors of #87740F
Black with #87740F
Text Example
Text Example
White with #87740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87740F; }
p { color: rgb(135,116,15); }
H1.HeaderClassName
{
color: #87740F;
}
.AnyTagClassName
{
color: #87740F;
}
</style>
background-color css
<style>
a { background-color: #87740F; }
a { background-color: rgb(135,116,15); }
div.DivClassName
{
background-color: #87740F;
}
.BgClassName
{
background-color: #87740F;
}
</style>
border-color css
<style>
span { border-color: #87740F; }
span { border-color: rgb(135,116,15); }
td.TdClassName
{
border-color: #87740F;
}
.TagClassName
{
border-color: #87740F;
}
</style>