Shades of Sandstone #77716C
Tints of Sandstone #77716C
RGB
CMYK
RGB Variations
Color information
#77716C (or 0x77716C) is known color: Sandstone. HEX triplet: 77, 71 and 6C. RGB value is (119,113,108). Sum of RGB (Red+Green+Blue) = 119+113+108=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #77716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77716C is #888E93. Grayscale: #727272. Windows color (decimal): -8949396 or 7106935. OLE color: 7106935.
HSL color Cylindrical-coordinate representation of color #77716C: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77716C is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 108 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.53 |
| HSL | 27.27º | 0.05% | 0.45% | - |
| HSV(B) | 27.27º | 0.09% | 0.47% | - |
| XYZ | 16.22 | 16.81 | 16.58 | - |
| YUV | 114.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 108 | 0 | 0.05 | 0.09 | 0.53 | 27.27 | 0.05 | 0.45 |
| Hex | 77 | 71 | 6C | 0 | 5 | 9 | 35 | 1B | 5 | 2D |
| Octal | 167 | 161 | 154 | 0 | 5 | 11 | 65 | 33 | 5 | 55 |
| Binary | 1110111 | 1110001 | 1101100 | 0 | 101 | 1001 | 110101 | 11011 | 101 | 101101 |
Color Harmonies of #77716C
Complementary color
Monochromatic Colors of #77716C
Black with #77716C
Text Example
Text Example
White with #77716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77716C; }
p { color: rgb(119,113,108); }
H1.HeaderClassName
{
color: #77716C;
}
.AnyTagClassName
{
color: #77716C;
}
</style>
background-color css
<style>
a { background-color: #77716C; }
a { background-color: rgb(119,113,108); }
div.DivClassName
{
background-color: #77716C;
}
.BgClassName
{
background-color: #77716C;
}
</style>
border-color css
<style>
span { border-color: #77716C; }
span { border-color: rgb(119,113,108); }
td.TdClassName
{
border-color: #77716C;
}
.TagClassName
{
border-color: #77716C;
}
</style>