Shades of Xanadu #767975
Tints of Xanadu #767975
RGB
CMYK
RGB Variations
Color information
#767975 (or 0x767975) is known color: Xanadu. HEX triplet: 76, 79 and 75. RGB value is (118,121,117). Sum of RGB (Red+Green+Blue) = 118+121+117=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 121 - color contains mainly: green. Hex color #767975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767975 is #89868A. Grayscale: #777777. Windows color (decimal): -9012875 or 7698806. OLE color: 7698806.
HSL color Cylindrical-coordinate representation of color #767975: hue angle of 105º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767975 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 117 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.53 |
| HSL | 105º | 0.02% | 0.47% | - |
| HSV(B) | 105º | 0.03% | 0.47% | - |
| XYZ | 17.52 | 18.81 | 19.54 | - |
| YUV | 119.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 117 | 0.02 | 0 | 0.03 | 0.53 | 105 | 0.02 | 0.47 |
| Hex | 76 | 79 | 75 | 2 | 0 | 3 | 35 | 69 | 2 | 2F |
| Octal | 166 | 171 | 165 | 2 | 0 | 3 | 65 | 151 | 2 | 57 |
| Binary | 1110110 | 1111001 | 1110101 | 10 | 0 | 11 | 110101 | 1101001 | 10 | 101111 |
Color Harmonies of #767975
Complementary color
Monochromatic Colors of #767975
Black with #767975
Text Example
Text Example
White with #767975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767975; }
p { color: rgb(118,121,117); }
H1.HeaderClassName
{
color: #767975;
}
.AnyTagClassName
{
color: #767975;
}
</style>
background-color css
<style>
a { background-color: #767975; }
a { background-color: rgb(118,121,117); }
div.DivClassName
{
background-color: #767975;
}
.BgClassName
{
background-color: #767975;
}
</style>
border-color css
<style>
span { border-color: #767975; }
span { border-color: rgb(118,121,117); }
td.TdClassName
{
border-color: #767975;
}
.TagClassName
{
border-color: #767975;
}
</style>