Shades of Xanadu #75866F
Tints of Xanadu #75866F
RGB
CMYK
RGB Variations
Color information
#75866F (or 0x75866F) is known color: Xanadu. HEX triplet: 75, 86 and 6F. RGB value is (117,134,111). Sum of RGB (Red+Green+Blue) = 117+134+111=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #75866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75866F is #8A7990. Grayscale: #7E7E7E. Windows color (decimal): -9075089 or 7308917. OLE color: 7308917.
HSL color Cylindrical-coordinate representation of color #75866F: hue angle of 104.35º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75866F is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 111 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.47 |
| HSL | 104.35º | 0.09% | 0.48% | - |
| HSV(B) | 104.35º | 0.17% | 0.53% | - |
| XYZ | 18.73 | 21.98 | 18.29 | - |
| YUV | 126.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 111 | 0.13 | 0 | 0.17 | 0.47 | 104.35 | 0.09 | 0.48 |
| Hex | 75 | 86 | 6F | D | 0 | 11 | 2F | 68 | 9 | 30 |
| Octal | 165 | 206 | 157 | 15 | 0 | 21 | 57 | 150 | 11 | 60 |
| Binary | 1110101 | 10000110 | 1101111 | 1101 | 0 | 10001 | 101111 | 1101000 | 1001 | 110000 |
Color Harmonies of #75866F
Complementary color
Monochromatic Colors of #75866F
Black with #75866F
Text Example
Text Example
White with #75866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75866F; }
p { color: rgb(117,134,111); }
H1.HeaderClassName
{
color: #75866F;
}
.AnyTagClassName
{
color: #75866F;
}
</style>
background-color css
<style>
a { background-color: #75866F; }
a { background-color: rgb(117,134,111); }
div.DivClassName
{
background-color: #75866F;
}
.BgClassName
{
background-color: #75866F;
}
</style>
border-color css
<style>
span { border-color: #75866F; }
span { border-color: rgb(117,134,111); }
td.TdClassName
{
border-color: #75866F;
}
.TagClassName
{
border-color: #75866F;
}
</style>