Shades of Xanadu #77876F
Tints of Xanadu #77876F
RGB
CMYK
RGB Variations
Color information
#77876F (or 0x77876F) is known color: Xanadu. HEX triplet: 77, 87 and 6F. RGB value is (119,135,111). Sum of RGB (Red+Green+Blue) = 119+135+111=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #77876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77876F is #887890. Grayscale: #7F7F7F. Windows color (decimal): -8943761 or 7309175. OLE color: 7309175.
HSL color Cylindrical-coordinate representation of color #77876F: hue angle of 100º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77876F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 111 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.47 |
| HSL | 100º | 0.1% | 0.48% | - |
| HSV(B) | 100º | 0.18% | 0.53% | - |
| XYZ | 19.14 | 22.4 | 18.35 | - |
| YUV | 127.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 111 | 0.12 | 0 | 0.18 | 0.47 | 100 | 0.1 | 0.48 |
| Hex | 77 | 87 | 6F | C | 0 | 12 | 2F | 64 | A | 30 |
| Octal | 167 | 207 | 157 | 14 | 0 | 22 | 57 | 144 | 12 | 60 |
| Binary | 1110111 | 10000111 | 1101111 | 1100 | 0 | 10010 | 101111 | 1100100 | 1010 | 110000 |
Color Harmonies of #77876F
Complementary color
Monochromatic Colors of #77876F
Black with #77876F
Text Example
Text Example
White with #77876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77876F; }
p { color: rgb(119,135,111); }
H1.HeaderClassName
{
color: #77876F;
}
.AnyTagClassName
{
color: #77876F;
}
</style>
background-color css
<style>
a { background-color: #77876F; }
a { background-color: rgb(119,135,111); }
div.DivClassName
{
background-color: #77876F;
}
.BgClassName
{
background-color: #77876F;
}
</style>
border-color css
<style>
span { border-color: #77876F; }
span { border-color: rgb(119,135,111); }
td.TdClassName
{
border-color: #77876F;
}
.TagClassName
{
border-color: #77876F;
}
</style>