Shades of Russett #726A67
Tints of Russett #726A67
RGB
CMYK
RGB Variations
Color information
#726A67 (or 0x726A67) is known color: Russett. HEX triplet: 72, 6A and 67. RGB value is (114,106,103). Sum of RGB (Red+Green+Blue) = 114+106+103=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A67 is #8D9598. Grayscale: #6C6C6C. Windows color (decimal): -9278873 or 6777458. OLE color: 6777458.
HSL color Cylindrical-coordinate representation of color #726A67: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #726A67 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 103 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.55 |
| HSL | 16.36º | 0.05% | 0.43% | - |
| HSV(B) | 16.36º | 0.1% | 0.45% | - |
| XYZ | 14.54 | 14.86 | 14.93 | - |
| YUV | 108.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 103 | 0 | 0.07 | 0.10 | 0.55 | 16.36 | 0.05 | 0.43 |
| Hex | 72 | 6A | 67 | 0 | 7 | A | 37 | 10 | 5 | 2B |
| Octal | 162 | 152 | 147 | 0 | 7 | 12 | 67 | 20 | 5 | 53 |
| Binary | 1110010 | 1101010 | 1100111 | 0 | 111 | 1010 | 110111 | 10000 | 101 | 101011 |
Color Harmonies of #726A67
Complementary color
Monochromatic Colors of #726A67
Black with #726A67
Text Example
Text Example
White with #726A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A67; }
p { color: rgb(114,106,103); }
H1.HeaderClassName
{
color: #726A67;
}
.AnyTagClassName
{
color: #726A67;
}
</style>
background-color css
<style>
a { background-color: #726A67; }
a { background-color: rgb(114,106,103); }
div.DivClassName
{
background-color: #726A67;
}
.BgClassName
{
background-color: #726A67;
}
</style>
border-color css
<style>
span { border-color: #726A67; }
span { border-color: rgb(114,106,103); }
td.TdClassName
{
border-color: #726A67;
}
.TagClassName
{
border-color: #726A67;
}
</style>