Shades of Xanadu #767F71
Tints of Xanadu #767F71
RGB
CMYK
RGB Variations
Color information
#767F71 (or 0x767F71) is known color: Xanadu. HEX triplet: 76, 7F and 71. RGB value is (118,127,113). Sum of RGB (Red+Green+Blue) = 118+127+113=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 127 - color contains mainly: green. Hex color #767F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F71 is #89808E. Grayscale: #7A7A7A. Windows color (decimal): -9011343 or 7438198. OLE color: 7438198.
HSL color Cylindrical-coordinate representation of color #767F71: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767F71 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 113 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.50 |
| HSL | 98.57º | 0.06% | 0.47% | - |
| HSV(B) | 98.57º | 0.11% | 0.5% | - |
| XYZ | 18.04 | 20.22 | 18.58 | - |
| YUV | 122.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 113 | 0.07 | 0 | 0.11 | 0.50 | 98.57 | 0.06 | 0.47 |
| Hex | 76 | 7F | 71 | 7 | 0 | B | 32 | 63 | 6 | 2F |
| Octal | 166 | 177 | 161 | 7 | 0 | 13 | 62 | 143 | 6 | 57 |
| Binary | 1110110 | 1111111 | 1110001 | 111 | 0 | 1011 | 110010 | 1100011 | 110 | 101111 |
Color Harmonies of #767F71
Complementary color
Monochromatic Colors of #767F71
Black with #767F71
Text Example
Text Example
White with #767F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F71; }
p { color: rgb(118,127,113); }
H1.HeaderClassName
{
color: #767F71;
}
.AnyTagClassName
{
color: #767F71;
}
</style>
background-color css
<style>
a { background-color: #767F71; }
a { background-color: rgb(118,127,113); }
div.DivClassName
{
background-color: #767F71;
}
.BgClassName
{
background-color: #767F71;
}
</style>
border-color css
<style>
span { border-color: #767F71; }
span { border-color: rgb(118,127,113); }
td.TdClassName
{
border-color: #767F71;
}
.TagClassName
{
border-color: #767F71;
}
</style>