Shades of Xanadu #777D75
Tints of Xanadu #777D75
RGB
CMYK
RGB Variations
Color information
#777D75 (or 0x777D75) is known color: Xanadu. HEX triplet: 77, 7D and 75. RGB value is (119,125,117). Sum of RGB (Red+Green+Blue) = 119+125+117=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #777D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D75 is #88828A. Grayscale: #7A7A7A. Windows color (decimal): -8946315 or 7699831. OLE color: 7699831.
HSL color Cylindrical-coordinate representation of color #777D75: hue angle of 105º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777D75 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 117 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.51 |
| HSL | 105º | 0.03% | 0.47% | - |
| HSV(B) | 105º | 0.06% | 0.49% | - |
| XYZ | 18.15 | 19.87 | 19.71 | - |
| YUV | 122.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 117 | 0.05 | 0 | 0.06 | 0.51 | 105 | 0.03 | 0.47 |
| Hex | 77 | 7D | 75 | 5 | 0 | 6 | 33 | 69 | 3 | 2F |
| Octal | 167 | 175 | 165 | 5 | 0 | 6 | 63 | 151 | 3 | 57 |
| Binary | 1110111 | 1111101 | 1110101 | 101 | 0 | 110 | 110011 | 1101001 | 11 | 101111 |
Color Harmonies of #777D75
Complementary color
Monochromatic Colors of #777D75
Black with #777D75
Text Example
Text Example
White with #777D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D75; }
p { color: rgb(119,125,117); }
H1.HeaderClassName
{
color: #777D75;
}
.AnyTagClassName
{
color: #777D75;
}
</style>
background-color css
<style>
a { background-color: #777D75; }
a { background-color: rgb(119,125,117); }
div.DivClassName
{
background-color: #777D75;
}
.BgClassName
{
background-color: #777D75;
}
</style>
border-color css
<style>
span { border-color: #777D75; }
span { border-color: rgb(119,125,117); }
td.TdClassName
{
border-color: #777D75;
}
.TagClassName
{
border-color: #777D75;
}
</style>