Shades of Sandstone #766A58
Tints of Sandstone #766A58
RGB
CMYK
RGB Variations
Color information
#766A58 (or 0x766A58) is known color: Sandstone. HEX triplet: 76, 6A and 58. RGB value is (118,106,88). Sum of RGB (Red+Green+Blue) = 118+106+88=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A58 is #8995A7. Grayscale: #6B6B6B. Windows color (decimal): -9016744 or 5794422. OLE color: 5794422.
HSL color Cylindrical-coordinate representation of color #766A58: hue angle of 36º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766A58 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 88 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.54 |
| HSL | 36º | 0.15% | 0.4% | - |
| HSV(B) | 36º | 0.25% | 0.46% | - |
| XYZ | 14.39 | 14.86 | 11.34 | - |
| YUV | 107.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 88 | 0 | 0.10 | 0.25 | 0.54 | 36 | 0.15 | 0.4 |
| Hex | 76 | 6A | 58 | 0 | A | 19 | 36 | 24 | F | 28 |
| Octal | 166 | 152 | 130 | 0 | 12 | 31 | 66 | 44 | 17 | 50 |
| Binary | 1110110 | 1101010 | 1011000 | 0 | 1010 | 11001 | 110110 | 100100 | 1111 | 101000 |
Color Harmonies of #766A58
Complementary color
Monochromatic Colors of #766A58
Black with #766A58
Text Example
Text Example
White with #766A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A58; }
p { color: rgb(118,106,88); }
H1.HeaderClassName
{
color: #766A58;
}
.AnyTagClassName
{
color: #766A58;
}
</style>
background-color css
<style>
a { background-color: #766A58; }
a { background-color: rgb(118,106,88); }
div.DivClassName
{
background-color: #766A58;
}
.BgClassName
{
background-color: #766A58;
}
</style>
border-color css
<style>
span { border-color: #766A58; }
span { border-color: rgb(118,106,88); }
td.TdClassName
{
border-color: #766A58;
}
.TagClassName
{
border-color: #766A58;
}
</style>