Shades of Xanadu #778172
Tints of Xanadu #778172
RGB
CMYK
RGB Variations
Color information
#778172 (or 0x778172) is known color: Xanadu. HEX triplet: 77, 81 and 72. RGB value is (119,129,114). Sum of RGB (Red+Green+Blue) = 119+129+114=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 129 - color contains mainly: green. Hex color #778172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778172 is #887E8D. Grayscale: #7C7C7C. Windows color (decimal): -8945294 or 7504247. OLE color: 7504247.
HSL color Cylindrical-coordinate representation of color #778172: hue angle of 100º degrees, saturation: 0.06, 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 #778172 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 114 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.49 |
| HSL | 100º | 0.06% | 0.48% | - |
| HSV(B) | 100º | 0.12% | 0.51% | - |
| XYZ | 18.5 | 20.84 | 18.97 | - |
| YUV | 124.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 114 | 0.08 | 0 | 0.12 | 0.49 | 100 | 0.06 | 0.48 |
| Hex | 77 | 81 | 72 | 8 | 0 | C | 31 | 64 | 6 | 30 |
| Octal | 167 | 201 | 162 | 10 | 0 | 14 | 61 | 144 | 6 | 60 |
| Binary | 1110111 | 10000001 | 1110010 | 1000 | 0 | 1100 | 110001 | 1100100 | 110 | 110000 |
Color Harmonies of #778172
Complementary color
Monochromatic Colors of #778172
Black with #778172
Text Example
Text Example
White with #778172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778172; }
p { color: rgb(119,129,114); }
H1.HeaderClassName
{
color: #778172;
}
.AnyTagClassName
{
color: #778172;
}
</style>
background-color css
<style>
a { background-color: #778172; }
a { background-color: rgb(119,129,114); }
div.DivClassName
{
background-color: #778172;
}
.BgClassName
{
background-color: #778172;
}
</style>
border-color css
<style>
span { border-color: #778172; }
span { border-color: rgb(119,129,114); }
td.TdClassName
{
border-color: #778172;
}
.TagClassName
{
border-color: #778172;
}
</style>