Shades of Xanadu #77896C
Tints of Xanadu #77896C
RGB
CMYK
RGB Variations
Color information
#77896C (or 0x77896C) is known color: Xanadu. HEX triplet: 77, 89 and 6C. RGB value is (119,137,108). Sum of RGB (Red+Green+Blue) = 119+137+108=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #77896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77896C is #887693. Grayscale: #808080. Windows color (decimal): -8943252 or 7113079. OLE color: 7113079.
HSL color Cylindrical-coordinate representation of color #77896C: hue angle of 97.24º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77896C is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 108 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.46 |
| HSL | 97.24º | 0.12% | 0.48% | - |
| HSV(B) | 97.24º | 0.21% | 0.54% | - |
| XYZ | 19.26 | 22.9 | 17.59 | - |
| YUV | 128.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 108 | 0.13 | 0 | 0.21 | 0.46 | 97.24 | 0.12 | 0.48 |
| Hex | 77 | 89 | 6C | D | 0 | 15 | 2E | 61 | C | 30 |
| Octal | 167 | 211 | 154 | 15 | 0 | 25 | 56 | 141 | 14 | 60 |
| Binary | 1110111 | 10001001 | 1101100 | 1101 | 0 | 10101 | 101110 | 1100001 | 1100 | 110000 |
Color Harmonies of #77896C
Complementary color
Monochromatic Colors of #77896C
Black with #77896C
Text Example
Text Example
White with #77896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77896C; }
p { color: rgb(119,137,108); }
H1.HeaderClassName
{
color: #77896C;
}
.AnyTagClassName
{
color: #77896C;
}
</style>
background-color css
<style>
a { background-color: #77896C; }
a { background-color: rgb(119,137,108); }
div.DivClassName
{
background-color: #77896C;
}
.BgClassName
{
background-color: #77896C;
}
</style>
border-color css
<style>
span { border-color: #77896C; }
span { border-color: rgb(119,137,108); }
td.TdClassName
{
border-color: #77896C;
}
.TagClassName
{
border-color: #77896C;
}
</style>