Shades of Xanadu #778B6B
Tints of Xanadu #778B6B
RGB
CMYK
RGB Variations
Color information
#778B6B (or 0x778B6B) is known color: Xanadu. HEX triplet: 77, 8B and 6B. RGB value is (119,139,107). Sum of RGB (Red+Green+Blue) = 119+139+107=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #778B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B6B is #887494. Grayscale: #818181. Windows color (decimal): -8942741 or 7048055. OLE color: 7048055.
HSL color Cylindrical-coordinate representation of color #778B6B: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778B6B is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 107 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.45 |
| HSL | 97.5º | 0.13% | 0.48% | - |
| HSV(B) | 97.5º | 0.23% | 0.55% | - |
| XYZ | 19.49 | 23.45 | 17.41 | - |
| YUV | 129.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 107 | 0.14 | 0 | 0.23 | 0.45 | 97.5 | 0.13 | 0.48 |
| Hex | 77 | 8B | 6B | E | 0 | 17 | 2D | 62 | D | 30 |
| Octal | 167 | 213 | 153 | 16 | 0 | 27 | 55 | 142 | 15 | 60 |
| Binary | 1110111 | 10001011 | 1101011 | 1110 | 0 | 10111 | 101101 | 1100010 | 1101 | 110000 |
Color Harmonies of #778B6B
Complementary color
Monochromatic Colors of #778B6B
Black with #778B6B
Text Example
Text Example
White with #778B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B6B; }
p { color: rgb(119,139,107); }
H1.HeaderClassName
{
color: #778B6B;
}
.AnyTagClassName
{
color: #778B6B;
}
</style>
background-color css
<style>
a { background-color: #778B6B; }
a { background-color: rgb(119,139,107); }
div.DivClassName
{
background-color: #778B6B;
}
.BgClassName
{
background-color: #778B6B;
}
</style>
border-color css
<style>
span { border-color: #778B6B; }
span { border-color: rgb(119,139,107); }
td.TdClassName
{
border-color: #778B6B;
}
.TagClassName
{
border-color: #778B6B;
}
</style>