Shades of Xanadu #748769
Tints of Xanadu #748769
RGB
CMYK
RGB Variations
Color information
#748769 (or 0x748769) is known color: Xanadu. HEX triplet: 74, 87 and 69. RGB value is (116,135,105). Sum of RGB (Red+Green+Blue) = 116+135+105=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #748769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748769 is #8B7896. Grayscale: #7D7D7D. Windows color (decimal): -9140375 or 6915956. OLE color: 6915956.
HSL color Cylindrical-coordinate representation of color #748769: hue angle of 98º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748769 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 105 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.47 |
| HSL | 98º | 0.13% | 0.47% | - |
| HSV(B) | 98º | 0.22% | 0.53% | - |
| XYZ | 18.42 | 22.06 | 16.65 | - |
| YUV | 125.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 105 | 0.14 | 0 | 0.22 | 0.47 | 98 | 0.13 | 0.47 |
| Hex | 74 | 87 | 69 | E | 0 | 16 | 2F | 62 | C | 2F |
| Octal | 164 | 207 | 151 | 16 | 0 | 26 | 57 | 142 | 14 | 57 |
| Binary | 1110100 | 10000111 | 1101001 | 1110 | 0 | 10110 | 101111 | 1100010 | 1100 | 101111 |
Color Harmonies of #748769
Complementary color
Monochromatic Colors of #748769
Black with #748769
Text Example
Text Example
White with #748769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748769; }
p { color: rgb(116,135,105); }
H1.HeaderClassName
{
color: #748769;
}
.AnyTagClassName
{
color: #748769;
}
</style>
background-color css
<style>
a { background-color: #748769; }
a { background-color: rgb(116,135,105); }
div.DivClassName
{
background-color: #748769;
}
.BgClassName
{
background-color: #748769;
}
</style>
border-color css
<style>
span { border-color: #748769; }
span { border-color: rgb(116,135,105); }
td.TdClassName
{
border-color: #748769;
}
.TagClassName
{
border-color: #748769;
}
</style>