Shades of Sandstone #77706B
Tints of Sandstone #77706B
RGB
CMYK
RGB Variations
Color information
#77706B (or 0x77706B) is known color: Sandstone. HEX triplet: 77, 70 and 6B. RGB value is (119,112,107). Sum of RGB (Red+Green+Blue) = 119+112+107=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #77706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706B is #888F94. Grayscale: #717171. Windows color (decimal): -8949653 or 7041143. OLE color: 7041143.
HSL color Cylindrical-coordinate representation of color #77706B: hue angle of 25º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77706B is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 107 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.53 |
| HSL | 25º | 0.05% | 0.44% | - |
| HSV(B) | 25º | 0.1% | 0.47% | - |
| XYZ | 16.06 | 16.57 | 16.26 | - |
| YUV | 113.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 107 | 0 | 0.06 | 0.10 | 0.53 | 25 | 0.05 | 0.44 |
| Hex | 77 | 70 | 6B | 0 | 6 | A | 35 | 19 | 5 | 2C |
| Octal | 167 | 160 | 153 | 0 | 6 | 12 | 65 | 31 | 5 | 54 |
| Binary | 1110111 | 1110000 | 1101011 | 0 | 110 | 1010 | 110101 | 11001 | 101 | 101100 |
Color Harmonies of #77706B
Complementary color
Monochromatic Colors of #77706B
Black with #77706B
Text Example
Text Example
White with #77706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77706B; }
p { color: rgb(119,112,107); }
H1.HeaderClassName
{
color: #77706B;
}
.AnyTagClassName
{
color: #77706B;
}
</style>
background-color css
<style>
a { background-color: #77706B; }
a { background-color: rgb(119,112,107); }
div.DivClassName
{
background-color: #77706B;
}
.BgClassName
{
background-color: #77706B;
}
</style>
border-color css
<style>
span { border-color: #77706B; }
span { border-color: rgb(119,112,107); }
td.TdClassName
{
border-color: #77706B;
}
.TagClassName
{
border-color: #77706B;
}
</style>