Shades of Yukon Gold #755F0C
Tints of Yukon Gold #755F0C
RGB
CMYK
RGB Variations
Color information
#755F0C (or 0x755F0C) is known color: Yukon Gold. HEX triplet: 75, 5F and 0C. RGB value is (117,95,12). Sum of RGB (Red+Green+Blue) = 117+95+12=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #755F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F0C is #8AA0F3. Grayscale: #5C5C5C. Windows color (decimal): -9085172 or 810869. OLE color: 810869.
HSL color Cylindrical-coordinate representation of color #755F0C: hue angle of 47.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #755F0C is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 12 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.54 |
| HSL | 47.43º | 0.81% | 0.25% | - |
| HSV(B) | 47.43º | 0.9% | 0.46% | - |
| XYZ | 11.49 | 11.99 | 2.06 | - |
| YUV | 92.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 12 | 0 | 0.19 | 0.90 | 0.54 | 47.43 | 0.81 | 0.25 |
| Hex | 75 | 5F | C | 0 | 13 | 5A | 36 | 2F | 51 | 19 |
| Octal | 165 | 137 | 14 | 0 | 23 | 132 | 66 | 57 | 121 | 31 |
| Binary | 1110101 | 1011111 | 1100 | 0 | 10011 | 1011010 | 110110 | 101111 | 1010001 | 11001 |
Color Harmonies of #755F0C
Complementary color
Monochromatic Colors of #755F0C
Black with #755F0C
Text Example
Text Example
White with #755F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F0C; }
p { color: rgb(117,95,12); }
H1.HeaderClassName
{
color: #755F0C;
}
.AnyTagClassName
{
color: #755F0C;
}
</style>
background-color css
<style>
a { background-color: #755F0C; }
a { background-color: rgb(117,95,12); }
div.DivClassName
{
background-color: #755F0C;
}
.BgClassName
{
background-color: #755F0C;
}
</style>
border-color css
<style>
span { border-color: #755F0C; }
span { border-color: rgb(117,95,12); }
td.TdClassName
{
border-color: #755F0C;
}
.TagClassName
{
border-color: #755F0C;
}
</style>