Shades of Xanadu #778372
Tints of Xanadu #778372
RGB
CMYK
RGB Variations
Color information
#778372 (or 0x778372) is known color: Xanadu. HEX triplet: 77, 83 and 72. RGB value is (119,131,114). Sum of RGB (Red+Green+Blue) = 119+131+114=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #778372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778372 is #887C8D. Grayscale: #7D7D7D. Windows color (decimal): -8944782 or 7504759. OLE color: 7504759.
HSL color Cylindrical-coordinate representation of color #778372: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778372 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 114 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.49 |
| HSL | 102.35º | 0.07% | 0.48% | - |
| HSV(B) | 102.35º | 0.13% | 0.51% | - |
| XYZ | 18.76 | 21.37 | 19.06 | - |
| YUV | 125.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 114 | 0.09 | 0 | 0.13 | 0.49 | 102.35 | 0.07 | 0.48 |
| Hex | 77 | 83 | 72 | 9 | 0 | D | 31 | 66 | 7 | 30 |
| Octal | 167 | 203 | 162 | 11 | 0 | 15 | 61 | 146 | 7 | 60 |
| Binary | 1110111 | 10000011 | 1110010 | 1001 | 0 | 1101 | 110001 | 1100110 | 111 | 110000 |
Color Harmonies of #778372
Complementary color
Monochromatic Colors of #778372
Black with #778372
Text Example
Text Example
White with #778372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778372; }
p { color: rgb(119,131,114); }
H1.HeaderClassName
{
color: #778372;
}
.AnyTagClassName
{
color: #778372;
}
</style>
background-color css
<style>
a { background-color: #778372; }
a { background-color: rgb(119,131,114); }
div.DivClassName
{
background-color: #778372;
}
.BgClassName
{
background-color: #778372;
}
</style>
border-color css
<style>
span { border-color: #778372; }
span { border-color: rgb(119,131,114); }
td.TdClassName
{
border-color: #778372;
}
.TagClassName
{
border-color: #778372;
}
</style>