Shades of Xanadu #77916B
Tints of Xanadu #77916B
RGB
CMYK
RGB Variations
Color information
#77916B (or 0x77916B) is known color: Xanadu. HEX triplet: 77, 91 and 6B. RGB value is (119,145,107). Sum of RGB (Red+Green+Blue) = 119+145+107=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #77916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77916B is #886E94. Grayscale: #858585. Windows color (decimal): -8941205 or 7049591. OLE color: 7049591.
HSL color Cylindrical-coordinate representation of color #77916B: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77916B is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 107 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.43 |
| HSL | 101.05º | 0.15% | 0.49% | - |
| HSV(B) | 101.05º | 0.26% | 0.57% | - |
| XYZ | 20.39 | 25.23 | 17.71 | - |
| YUV | 132.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 107 | 0.18 | 0 | 0.26 | 0.43 | 101.05 | 0.15 | 0.49 |
| Hex | 77 | 91 | 6B | 12 | 0 | 1A | 2B | 65 | F | 31 |
| Octal | 167 | 221 | 153 | 22 | 0 | 32 | 53 | 145 | 17 | 61 |
| Binary | 1110111 | 10010001 | 1101011 | 10010 | 0 | 11010 | 101011 | 1100101 | 1111 | 110001 |
Color Harmonies of #77916B
Complementary color
Monochromatic Colors of #77916B
Black with #77916B
Text Example
Text Example
White with #77916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77916B; }
p { color: rgb(119,145,107); }
H1.HeaderClassName
{
color: #77916B;
}
.AnyTagClassName
{
color: #77916B;
}
</style>
background-color css
<style>
a { background-color: #77916B; }
a { background-color: rgb(119,145,107); }
div.DivClassName
{
background-color: #77916B;
}
.BgClassName
{
background-color: #77916B;
}
</style>
border-color css
<style>
span { border-color: #77916B; }
span { border-color: rgb(119,145,107); }
td.TdClassName
{
border-color: #77916B;
}
.TagClassName
{
border-color: #77916B;
}
</style>