Shades of Sandstone #74695A
Tints of Sandstone #74695A
RGB
CMYK
RGB Variations
Color information
#74695A (or 0x74695A) is known color: Sandstone. HEX triplet: 74, 69 and 5A. RGB value is (116,105,90). Sum of RGB (Red+Green+Blue) = 116+105+90=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74695A is #8B96A5. Grayscale: #6A6A6A. Windows color (decimal): -9148070 or 5925236. OLE color: 5925236.
HSL color Cylindrical-coordinate representation of color #74695A: hue angle of 34.62º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74695A is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 90 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.55 |
| HSL | 34.62º | 0.13% | 0.4% | - |
| HSV(B) | 34.62º | 0.22% | 0.45% | - |
| XYZ | 14.1 | 14.55 | 11.74 | - |
| YUV | 106.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 90 | 0 | 0.09 | 0.22 | 0.55 | 34.62 | 0.13 | 0.4 |
| Hex | 74 | 69 | 5A | 0 | 9 | 16 | 37 | 23 | D | 28 |
| Octal | 164 | 151 | 132 | 0 | 11 | 26 | 67 | 43 | 15 | 50 |
| Binary | 1110100 | 1101001 | 1011010 | 0 | 1001 | 10110 | 110111 | 100011 | 1101 | 101000 |
Color Harmonies of #74695A
Complementary color
Monochromatic Colors of #74695A
Black with #74695A
Text Example
Text Example
White with #74695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74695A; }
p { color: rgb(116,105,90); }
H1.HeaderClassName
{
color: #74695A;
}
.AnyTagClassName
{
color: #74695A;
}
</style>
background-color css
<style>
a { background-color: #74695A; }
a { background-color: rgb(116,105,90); }
div.DivClassName
{
background-color: #74695A;
}
.BgClassName
{
background-color: #74695A;
}
</style>
border-color css
<style>
span { border-color: #74695A; }
span { border-color: rgb(116,105,90); }
td.TdClassName
{
border-color: #74695A;
}
.TagClassName
{
border-color: #74695A;
}
</style>