Shades of Xanadu #778C6C
Tints of Xanadu #778C6C
RGB
CMYK
RGB Variations
Color information
#778C6C (or 0x778C6C) is known color: Xanadu. HEX triplet: 77, 8C and 6C. RGB value is (119,140,108). Sum of RGB (Red+Green+Blue) = 119+140+108=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #778C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C6C is #887393. Grayscale: #828282. Windows color (decimal): -8942484 or 7113847. OLE color: 7113847.
HSL color Cylindrical-coordinate representation of color #778C6C: hue angle of 99.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778C6C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 108 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.45 |
| HSL | 99.38º | 0.13% | 0.49% | - |
| HSV(B) | 99.38º | 0.23% | 0.55% | - |
| XYZ | 19.69 | 23.76 | 17.74 | - |
| YUV | 130.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 108 | 0.15 | 0 | 0.23 | 0.45 | 99.38 | 0.13 | 0.49 |
| Hex | 77 | 8C | 6C | F | 0 | 17 | 2D | 63 | D | 31 |
| Octal | 167 | 214 | 154 | 17 | 0 | 27 | 55 | 143 | 15 | 61 |
| Binary | 1110111 | 10001100 | 1101100 | 1111 | 0 | 10111 | 101101 | 1100011 | 1101 | 110001 |
Color Harmonies of #778C6C
Complementary color
Monochromatic Colors of #778C6C
Black with #778C6C
Text Example
Text Example
White with #778C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C6C; }
p { color: rgb(119,140,108); }
H1.HeaderClassName
{
color: #778C6C;
}
.AnyTagClassName
{
color: #778C6C;
}
</style>
background-color css
<style>
a { background-color: #778C6C; }
a { background-color: rgb(119,140,108); }
div.DivClassName
{
background-color: #778C6C;
}
.BgClassName
{
background-color: #778C6C;
}
</style>
border-color css
<style>
span { border-color: #778C6C; }
span { border-color: rgb(119,140,108); }
td.TdClassName
{
border-color: #778C6C;
}
.TagClassName
{
border-color: #778C6C;
}
</style>