Shades of Xanadu #73826A
Tints of Xanadu #73826A
RGB
CMYK
RGB Variations
Color information
#73826A (or 0x73826A) is known color: Xanadu. HEX triplet: 73, 82 and 6A. RGB value is (115,130,106). Sum of RGB (Red+Green+Blue) = 115+130+106=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #73826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73826A is #8C7D95. Grayscale: #7A7A7A. Windows color (decimal): -9207190 or 6980211. OLE color: 6980211.
HSL color Cylindrical-coordinate representation of color #73826A: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73826A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 130 | 106 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.49 |
| HSL | 97.5º | 0.1% | 0.46% | - |
| HSV(B) | 97.5º | 0.18% | 0.51% | - |
| XYZ | 17.65 | 20.65 | 16.69 | - |
| YUV | 122.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 106 | 0.12 | 0 | 0.18 | 0.49 | 97.5 | 0.1 | 0.46 |
| Hex | 73 | 82 | 6A | C | 0 | 12 | 31 | 62 | A | 2E |
| Octal | 163 | 202 | 152 | 14 | 0 | 22 | 61 | 142 | 12 | 56 |
| Binary | 1110011 | 10000010 | 1101010 | 1100 | 0 | 10010 | 110001 | 1100010 | 1010 | 101110 |
Color Harmonies of #73826A
Complementary color
Monochromatic Colors of #73826A
Black with #73826A
Text Example
Text Example
White with #73826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73826A; }
p { color: rgb(115,130,106); }
H1.HeaderClassName
{
color: #73826A;
}
.AnyTagClassName
{
color: #73826A;
}
</style>
background-color css
<style>
a { background-color: #73826A; }
a { background-color: rgb(115,130,106); }
div.DivClassName
{
background-color: #73826A;
}
.BgClassName
{
background-color: #73826A;
}
</style>
border-color css
<style>
span { border-color: #73826A; }
span { border-color: rgb(115,130,106); }
td.TdClassName
{
border-color: #73826A;
}
.TagClassName
{
border-color: #73826A;
}
</style>