Shades of Xanadu #767B73
Tints of Xanadu #767B73
RGB
CMYK
RGB Variations
Color information
#767B73 (or 0x767B73) is known color: Xanadu. HEX triplet: 76, 7B and 73. RGB value is (118,123,115). Sum of RGB (Red+Green+Blue) = 118+123+115=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 123 - color contains mainly: green. Hex color #767B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B73 is #89848C. Grayscale: #787878. Windows color (decimal): -9012365 or 7568246. OLE color: 7568246.
HSL color Cylindrical-coordinate representation of color #767B73: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #767B73 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 115 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.52 |
| HSL | 97.5º | 0.03% | 0.47% | - |
| HSV(B) | 97.5º | 0.07% | 0.48% | - |
| XYZ | 17.65 | 19.26 | 19.01 | - |
| YUV | 120.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 115 | 0.04 | 0 | 0.07 | 0.52 | 97.5 | 0.03 | 0.47 |
| Hex | 76 | 7B | 73 | 4 | 0 | 7 | 34 | 62 | 3 | 2F |
| Octal | 166 | 173 | 163 | 4 | 0 | 7 | 64 | 142 | 3 | 57 |
| Binary | 1110110 | 1111011 | 1110011 | 100 | 0 | 111 | 110100 | 1100010 | 11 | 101111 |
Color Harmonies of #767B73
Complementary color
Monochromatic Colors of #767B73
Black with #767B73
Text Example
Text Example
White with #767B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B73; }
p { color: rgb(118,123,115); }
H1.HeaderClassName
{
color: #767B73;
}
.AnyTagClassName
{
color: #767B73;
}
</style>
background-color css
<style>
a { background-color: #767B73; }
a { background-color: rgb(118,123,115); }
div.DivClassName
{
background-color: #767B73;
}
.BgClassName
{
background-color: #767B73;
}
</style>
border-color css
<style>
span { border-color: #767B73; }
span { border-color: rgb(118,123,115); }
td.TdClassName
{
border-color: #767B73;
}
.TagClassName
{
border-color: #767B73;
}
</style>