Shades of Xanadu #748869
Tints of Xanadu #748869
RGB
CMYK
RGB Variations
Color information
#748869 (or 0x748869) is known color: Xanadu. HEX triplet: 74, 88 and 69. RGB value is (116,136,105). Sum of RGB (Red+Green+Blue) = 116+136+105=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #748869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748869 is #8B7796. Grayscale: #7E7E7E. Windows color (decimal): -9140119 or 6916212. OLE color: 6916212.
HSL color Cylindrical-coordinate representation of color #748869: hue angle of 98.71º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748869 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 105 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.47 |
| HSL | 98.71º | 0.13% | 0.47% | - |
| HSV(B) | 98.71º | 0.23% | 0.53% | - |
| XYZ | 18.56 | 22.34 | 16.7 | - |
| YUV | 126.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 105 | 0.15 | 0 | 0.23 | 0.47 | 98.71 | 0.13 | 0.47 |
| Hex | 74 | 88 | 69 | F | 0 | 17 | 2F | 63 | D | 2F |
| Octal | 164 | 210 | 151 | 17 | 0 | 27 | 57 | 143 | 15 | 57 |
| Binary | 1110100 | 10001000 | 1101001 | 1111 | 0 | 10111 | 101111 | 1100011 | 1101 | 101111 |
Color Harmonies of #748869
Complementary color
Monochromatic Colors of #748869
Black with #748869
Text Example
Text Example
White with #748869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748869; }
p { color: rgb(116,136,105); }
H1.HeaderClassName
{
color: #748869;
}
.AnyTagClassName
{
color: #748869;
}
</style>
background-color css
<style>
a { background-color: #748869; }
a { background-color: rgb(116,136,105); }
div.DivClassName
{
background-color: #748869;
}
.BgClassName
{
background-color: #748869;
}
</style>
border-color css
<style>
span { border-color: #748869; }
span { border-color: rgb(116,136,105); }
td.TdClassName
{
border-color: #748869;
}
.TagClassName
{
border-color: #748869;
}
</style>