Shades of Xanadu #768072
Tints of Xanadu #768072
RGB
CMYK
RGB Variations
Color information
#768072 (or 0x768072) is known color: Xanadu. HEX triplet: 76, 80 and 72. RGB value is (118,128,114). Sum of RGB (Red+Green+Blue) = 118+128+114=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 128 - color contains mainly: green. Hex color #768072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768072 is #897F8D. Grayscale: #7B7B7B. Windows color (decimal): -9011086 or 7503990. OLE color: 7503990.
HSL color Cylindrical-coordinate representation of color #768072: hue angle of 102.86º 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 #768072 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 114 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.50 |
| HSL | 102.86º | 0.06% | 0.47% | - |
| HSV(B) | 102.86º | 0.11% | 0.5% | - |
| XYZ | 18.23 | 20.5 | 18.92 | - |
| YUV | 123.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 114 | 0.08 | 0 | 0.11 | 0.50 | 102.86 | 0.06 | 0.47 |
| Hex | 76 | 80 | 72 | 8 | 0 | B | 32 | 67 | 6 | 2F |
| Octal | 166 | 200 | 162 | 10 | 0 | 13 | 62 | 147 | 6 | 57 |
| Binary | 1110110 | 10000000 | 1110010 | 1000 | 0 | 1011 | 110010 | 1100111 | 110 | 101111 |
Color Harmonies of #768072
Complementary color
Monochromatic Colors of #768072
Black with #768072
Text Example
Text Example
White with #768072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768072; }
p { color: rgb(118,128,114); }
H1.HeaderClassName
{
color: #768072;
}
.AnyTagClassName
{
color: #768072;
}
</style>
background-color css
<style>
a { background-color: #768072; }
a { background-color: rgb(118,128,114); }
div.DivClassName
{
background-color: #768072;
}
.BgClassName
{
background-color: #768072;
}
</style>
border-color css
<style>
span { border-color: #768072; }
span { border-color: rgb(118,128,114); }
td.TdClassName
{
border-color: #768072;
}
.TagClassName
{
border-color: #768072;
}
</style>