Shades of Xanadu #778272
Tints of Xanadu #778272
RGB
CMYK
RGB Variations
Color information
#778272 (or 0x778272) is known color: Xanadu. HEX triplet: 77, 82 and 72. RGB value is (119,130,114). Sum of RGB (Red+Green+Blue) = 119+130+114=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #778272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778272 is #887D8D. Grayscale: #7C7C7C. Windows color (decimal): -8945038 or 7504503. OLE color: 7504503.
HSL color Cylindrical-coordinate representation of color #778272: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778272 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 114 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.49 |
| HSL | 101.25º | 0.07% | 0.48% | - |
| HSV(B) | 101.25º | 0.12% | 0.51% | - |
| XYZ | 18.63 | 21.1 | 19.01 | - |
| YUV | 124.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 114 | 0.08 | 0 | 0.12 | 0.49 | 101.25 | 0.07 | 0.48 |
| Hex | 77 | 82 | 72 | 8 | 0 | C | 31 | 65 | 7 | 30 |
| Octal | 167 | 202 | 162 | 10 | 0 | 14 | 61 | 145 | 7 | 60 |
| Binary | 1110111 | 10000010 | 1110010 | 1000 | 0 | 1100 | 110001 | 1100101 | 111 | 110000 |
Color Harmonies of #778272
Complementary color
Monochromatic Colors of #778272
Black with #778272
Text Example
Text Example
White with #778272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778272; }
p { color: rgb(119,130,114); }
H1.HeaderClassName
{
color: #778272;
}
.AnyTagClassName
{
color: #778272;
}
</style>
background-color css
<style>
a { background-color: #778272; }
a { background-color: rgb(119,130,114); }
div.DivClassName
{
background-color: #778272;
}
.BgClassName
{
background-color: #778272;
}
</style>
border-color css
<style>
span { border-color: #778272; }
span { border-color: rgb(119,130,114); }
td.TdClassName
{
border-color: #778272;
}
.TagClassName
{
border-color: #778272;
}
</style>