Shades of Sandstone #74716C
Tints of Sandstone #74716C
RGB
CMYK
RGB Variations
Color information
#74716C (or 0x74716C) is known color: Sandstone. HEX triplet: 74, 71 and 6C. RGB value is (116,113,108). Sum of RGB (Red+Green+Blue) = 116+113+108=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #74716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74716C is #8B8E93. Grayscale: #717171. Windows color (decimal): -9146004 or 7106932. OLE color: 7106932.
HSL color Cylindrical-coordinate representation of color #74716C: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74716C is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 108 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.55 |
| HSL | 37.5º | 0.04% | 0.44% | - |
| HSV(B) | 37.5º | 0.07% | 0.45% | - |
| XYZ | 15.81 | 16.61 | 16.56 | - |
| YUV | 113.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 108 | 0 | 0.03 | 0.07 | 0.55 | 37.5 | 0.04 | 0.44 |
| Hex | 74 | 71 | 6C | 0 | 3 | 7 | 37 | 26 | 4 | 2C |
| Octal | 164 | 161 | 154 | 0 | 3 | 7 | 67 | 46 | 4 | 54 |
| Binary | 1110100 | 1110001 | 1101100 | 0 | 11 | 111 | 110111 | 100110 | 100 | 101100 |
Color Harmonies of #74716C
Complementary color
Monochromatic Colors of #74716C
Black with #74716C
Text Example
Text Example
White with #74716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74716C; }
p { color: rgb(116,113,108); }
H1.HeaderClassName
{
color: #74716C;
}
.AnyTagClassName
{
color: #74716C;
}
</style>
background-color css
<style>
a { background-color: #74716C; }
a { background-color: rgb(116,113,108); }
div.DivClassName
{
background-color: #74716C;
}
.BgClassName
{
background-color: #74716C;
}
</style>
border-color css
<style>
span { border-color: #74716C; }
span { border-color: rgb(116,113,108); }
td.TdClassName
{
border-color: #74716C;
}
.TagClassName
{
border-color: #74716C;
}
</style>