Shades of Sandstone #72695C
Tints of Sandstone #72695C
RGB
CMYK
RGB Variations
Color information
#72695C (or 0x72695C) is known color: Sandstone. HEX triplet: 72, 69 and 5C. RGB value is (114,105,92). Sum of RGB (Red+Green+Blue) = 114+105+92=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695C is #8D96A3. Grayscale: #6A6A6A. Windows color (decimal): -9279140 or 6056306. OLE color: 6056306.
HSL color Cylindrical-coordinate representation of color #72695C: hue angle of 35.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72695C is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 92 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.55 |
| HSL | 35.45º | 0.11% | 0.4% | - |
| HSV(B) | 35.45º | 0.19% | 0.45% | - |
| XYZ | 13.92 | 14.45 | 12.18 | - |
| YUV | 106.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 92 | 0 | 0.08 | 0.19 | 0.55 | 35.45 | 0.11 | 0.4 |
| Hex | 72 | 69 | 5C | 0 | 8 | 13 | 37 | 23 | B | 28 |
| Octal | 162 | 151 | 134 | 0 | 10 | 23 | 67 | 43 | 13 | 50 |
| Binary | 1110010 | 1101001 | 1011100 | 0 | 1000 | 10011 | 110111 | 100011 | 1011 | 101000 |
Color Harmonies of #72695C
Complementary color
Monochromatic Colors of #72695C
Black with #72695C
Text Example
Text Example
White with #72695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72695C; }
p { color: rgb(114,105,92); }
H1.HeaderClassName
{
color: #72695C;
}
.AnyTagClassName
{
color: #72695C;
}
</style>
background-color css
<style>
a { background-color: #72695C; }
a { background-color: rgb(114,105,92); }
div.DivClassName
{
background-color: #72695C;
}
.BgClassName
{
background-color: #72695C;
}
</style>
border-color css
<style>
span { border-color: #72695C; }
span { border-color: rgb(114,105,92); }
td.TdClassName
{
border-color: #72695C;
}
.TagClassName
{
border-color: #72695C;
}
</style>