Shades of Russett #726C69
Tints of Russett #726C69
RGB
CMYK
RGB Variations
Color information
#726C69 (or 0x726C69) is known color: Russett. HEX triplet: 72, 6C and 69. RGB value is (114,108,105). Sum of RGB (Red+Green+Blue) = 114+108+105=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C69 is #8D9396. Grayscale: #6D6D6D. Windows color (decimal): -9278359 or 6909042. OLE color: 6909042.
HSL color Cylindrical-coordinate representation of color #726C69: hue angle of 20º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726C69 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 105 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.55 |
| HSL | 20º | 0.04% | 0.43% | - |
| HSV(B) | 20º | 0.08% | 0.45% | - |
| XYZ | 14.85 | 15.32 | 15.54 | - |
| YUV | 109.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 105 | 0 | 0.05 | 0.08 | 0.55 | 20 | 0.04 | 0.43 |
| Hex | 72 | 6C | 69 | 0 | 5 | 8 | 37 | 14 | 4 | 2B |
| Octal | 162 | 154 | 151 | 0 | 5 | 10 | 67 | 24 | 4 | 53 |
| Binary | 1110010 | 1101100 | 1101001 | 0 | 101 | 1000 | 110111 | 10100 | 100 | 101011 |
Color Harmonies of #726C69
Complementary color
Monochromatic Colors of #726C69
Black with #726C69
Text Example
Text Example
White with #726C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C69; }
p { color: rgb(114,108,105); }
H1.HeaderClassName
{
color: #726C69;
}
.AnyTagClassName
{
color: #726C69;
}
</style>
background-color css
<style>
a { background-color: #726C69; }
a { background-color: rgb(114,108,105); }
div.DivClassName
{
background-color: #726C69;
}
.BgClassName
{
background-color: #726C69;
}
</style>
border-color css
<style>
span { border-color: #726C69; }
span { border-color: rgb(114,108,105); }
td.TdClassName
{
border-color: #726C69;
}
.TagClassName
{
border-color: #726C69;
}
</style>