Shades of Sandstone #726B62
Tints of Sandstone #726B62
RGB
CMYK
RGB Variations
Color information
#726B62 (or 0x726B62) is known color: Sandstone. HEX triplet: 72, 6B and 62. RGB value is (114,107,98). Sum of RGB (Red+Green+Blue) = 114+107+98=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B62 is #8D949D. Grayscale: #6C6C6C. Windows color (decimal): -9278622 or 6450034. OLE color: 6450034.
HSL color Cylindrical-coordinate representation of color #726B62: hue angle of 33.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726B62 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 98 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.55 |
| HSL | 33.75º | 0.08% | 0.42% | - |
| HSV(B) | 33.75º | 0.14% | 0.45% | - |
| XYZ | 14.4 | 14.97 | 13.69 | - |
| YUV | 108.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 98 | 0 | 0.06 | 0.14 | 0.55 | 33.75 | 0.08 | 0.42 |
| Hex | 72 | 6B | 62 | 0 | 6 | E | 37 | 22 | 8 | 2A |
| Octal | 162 | 153 | 142 | 0 | 6 | 16 | 67 | 42 | 10 | 52 |
| Binary | 1110010 | 1101011 | 1100010 | 0 | 110 | 1110 | 110111 | 100010 | 1000 | 101010 |
Color Harmonies of #726B62
Complementary color
Monochromatic Colors of #726B62
Black with #726B62
Text Example
Text Example
White with #726B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B62; }
p { color: rgb(114,107,98); }
H1.HeaderClassName
{
color: #726B62;
}
.AnyTagClassName
{
color: #726B62;
}
</style>
background-color css
<style>
a { background-color: #726B62; }
a { background-color: rgb(114,107,98); }
div.DivClassName
{
background-color: #726B62;
}
.BgClassName
{
background-color: #726B62;
}
</style>
border-color css
<style>
span { border-color: #726B62; }
span { border-color: rgb(114,107,98); }
td.TdClassName
{
border-color: #726B62;
}
.TagClassName
{
border-color: #726B62;
}
</style>