Shades of Xanadu #748072
Tints of Xanadu #748072
RGB
CMYK
RGB Variations
Color information
#748072 (or 0x748072) is known color: Xanadu. HEX triplet: 74, 80 and 72. RGB value is (116,128,114). Sum of RGB (Red+Green+Blue) = 116+128+114=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 128 - color contains mainly: green. Hex color #748072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748072 is #8B7F8D. Grayscale: #7A7A7A. Windows color (decimal): -9142158 or 7503988. OLE color: 7503988.
HSL color Cylindrical-coordinate representation of color #748072: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #748072 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 114 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.50 |
| HSL | 111.43º | 0.06% | 0.47% | - |
| HSV(B) | 111.43º | 0.11% | 0.5% | - |
| XYZ | 17.96 | 20.37 | 18.9 | - |
| YUV | 122.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 114 | 0.09 | 0 | 0.11 | 0.50 | 111.43 | 0.06 | 0.47 |
| Hex | 74 | 80 | 72 | 9 | 0 | B | 32 | 6F | 6 | 2F |
| Octal | 164 | 200 | 162 | 11 | 0 | 13 | 62 | 157 | 6 | 57 |
| Binary | 1110100 | 10000000 | 1110010 | 1001 | 0 | 1011 | 110010 | 1101111 | 110 | 101111 |
Color Harmonies of #748072
Complementary color
Monochromatic Colors of #748072
Black with #748072
Text Example
Text Example
White with #748072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748072; }
p { color: rgb(116,128,114); }
H1.HeaderClassName
{
color: #748072;
}
.AnyTagClassName
{
color: #748072;
}
</style>
background-color css
<style>
a { background-color: #748072; }
a { background-color: rgb(116,128,114); }
div.DivClassName
{
background-color: #748072;
}
.BgClassName
{
background-color: #748072;
}
</style>
border-color css
<style>
span { border-color: #748072; }
span { border-color: rgb(116,128,114); }
td.TdClassName
{
border-color: #748072;
}
.TagClassName
{
border-color: #748072;
}
</style>