Shades of Xanadu #748B6C
Tints of Xanadu #748B6C
RGB
CMYK
RGB Variations
Color information
#748B6C (or 0x748B6C) is known color: Xanadu. HEX triplet: 74, 8B and 6C. RGB value is (116,139,108). Sum of RGB (Red+Green+Blue) = 116+139+108=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #748B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B6C is #8B7493. Grayscale: #808080. Windows color (decimal): -9139348 or 7113588. OLE color: 7113588.
HSL color Cylindrical-coordinate representation of color #748B6C: hue angle of 104.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748B6C is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 108 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.45 |
| HSL | 104.52º | 0.13% | 0.48% | - |
| HSV(B) | 104.52º | 0.22% | 0.55% | - |
| XYZ | 19.14 | 23.26 | 17.67 | - |
| YUV | 128.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 108 | 0.17 | 0 | 0.22 | 0.45 | 104.52 | 0.13 | 0.48 |
| Hex | 74 | 8B | 6C | 11 | 0 | 16 | 2D | 69 | D | 30 |
| Octal | 164 | 213 | 154 | 21 | 0 | 26 | 55 | 151 | 15 | 60 |
| Binary | 1110100 | 10001011 | 1101100 | 10001 | 0 | 10110 | 101101 | 1101001 | 1101 | 110000 |
Color Harmonies of #748B6C
Complementary color
Monochromatic Colors of #748B6C
Black with #748B6C
Text Example
Text Example
White with #748B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B6C; }
p { color: rgb(116,139,108); }
H1.HeaderClassName
{
color: #748B6C;
}
.AnyTagClassName
{
color: #748B6C;
}
</style>
background-color css
<style>
a { background-color: #748B6C; }
a { background-color: rgb(116,139,108); }
div.DivClassName
{
background-color: #748B6C;
}
.BgClassName
{
background-color: #748B6C;
}
</style>
border-color css
<style>
span { border-color: #748B6C; }
span { border-color: rgb(116,139,108); }
td.TdClassName
{
border-color: #748B6C;
}
.TagClassName
{
border-color: #748B6C;
}
</style>