Shades of Russett #726A68
Tints of Russett #726A68
RGB
CMYK
RGB Variations
Color information
#726A68 (or 0x726A68) is known color: Russett. HEX triplet: 72, 6A and 68. RGB value is (114,106,104). Sum of RGB (Red+Green+Blue) = 114+106+104=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A68 is #8D9597. Grayscale: #6C6C6C. Windows color (decimal): -9278872 or 6842994. OLE color: 6842994.
HSL color Cylindrical-coordinate representation of color #726A68: hue angle of 12º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #726A68 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 104 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.55 |
| HSL | 12º | 0.05% | 0.43% | - |
| HSV(B) | 12º | 0.09% | 0.45% | - |
| XYZ | 14.59 | 14.88 | 15.2 | - |
| YUV | 108.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 104 | 0 | 0.07 | 0.09 | 0.55 | 12 | 0.05 | 0.43 |
| Hex | 72 | 6A | 68 | 0 | 7 | 9 | 37 | C | 5 | 2B |
| Octal | 162 | 152 | 150 | 0 | 7 | 11 | 67 | 14 | 5 | 53 |
| Binary | 1110010 | 1101010 | 1101000 | 0 | 111 | 1001 | 110111 | 1100 | 101 | 101011 |
Color Harmonies of #726A68
Complementary color
Monochromatic Colors of #726A68
Black with #726A68
Text Example
Text Example
White with #726A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A68; }
p { color: rgb(114,106,104); }
H1.HeaderClassName
{
color: #726A68;
}
.AnyTagClassName
{
color: #726A68;
}
</style>
background-color css
<style>
a { background-color: #726A68; }
a { background-color: rgb(114,106,104); }
div.DivClassName
{
background-color: #726A68;
}
.BgClassName
{
background-color: #726A68;
}
</style>
border-color css
<style>
span { border-color: #726A68; }
span { border-color: rgb(114,106,104); }
td.TdClassName
{
border-color: #726A68;
}
.TagClassName
{
border-color: #726A68;
}
</style>