Shades of Russett #72655F
Tints of Russett #72655F
RGB
CMYK
RGB Variations
Color information
#72655F (or 0x72655F) is known color: Russett. HEX triplet: 72, 65 and 5F. RGB value is (114,101,95). Sum of RGB (Red+Green+Blue) = 114+101+95=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655F is #8D9AA0. Grayscale: #686868. Windows color (decimal): -9280161 or 6251890. OLE color: 6251890.
HSL color Cylindrical-coordinate representation of color #72655F: hue angle of 18.95º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72655F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 95 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.55 |
| HSL | 18.95º | 0.09% | 0.41% | - |
| HSV(B) | 18.95º | 0.17% | 0.45% | - |
| XYZ | 13.66 | 13.71 | 12.75 | - |
| YUV | 104.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 95 | 0 | 0.11 | 0.17 | 0.55 | 18.95 | 0.09 | 0.41 |
| Hex | 72 | 65 | 5F | 0 | B | 11 | 37 | 13 | 9 | 29 |
| Octal | 162 | 145 | 137 | 0 | 13 | 21 | 67 | 23 | 11 | 51 |
| Binary | 1110010 | 1100101 | 1011111 | 0 | 1011 | 10001 | 110111 | 10011 | 1001 | 101001 |
Color Harmonies of #72655F
Complementary color
Monochromatic Colors of #72655F
Black with #72655F
Text Example
Text Example
White with #72655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72655F; }
p { color: rgb(114,101,95); }
H1.HeaderClassName
{
color: #72655F;
}
.AnyTagClassName
{
color: #72655F;
}
</style>
background-color css
<style>
a { background-color: #72655F; }
a { background-color: rgb(114,101,95); }
div.DivClassName
{
background-color: #72655F;
}
.BgClassName
{
background-color: #72655F;
}
</style>
border-color css
<style>
span { border-color: #72655F; }
span { border-color: rgb(114,101,95); }
td.TdClassName
{
border-color: #72655F;
}
.TagClassName
{
border-color: #72655F;
}
</style>