Shades of Sandstone #776B62
Tints of Sandstone #776B62
RGB
CMYK
RGB Variations
Color information
#776B62 (or 0x776B62) is known color: Sandstone. HEX triplet: 77, 6B and 62. RGB value is (119,107,98). Sum of RGB (Red+Green+Blue) = 119+107+98=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B62 is #88949D. Grayscale: #6D6D6D. Windows color (decimal): -8950942 or 6450039. OLE color: 6450039.
HSL color Cylindrical-coordinate representation of color #776B62: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776B62 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 98 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.53 |
| HSL | 25.71º | 0.1% | 0.43% | - |
| HSV(B) | 25.71º | 0.18% | 0.47% | - |
| XYZ | 15.07 | 15.32 | 13.72 | - |
| YUV | 109.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 98 | 0 | 0.10 | 0.18 | 0.53 | 25.71 | 0.1 | 0.43 |
| Hex | 77 | 6B | 62 | 0 | A | 12 | 35 | 1A | A | 2B |
| Octal | 167 | 153 | 142 | 0 | 12 | 22 | 65 | 32 | 12 | 53 |
| Binary | 1110111 | 1101011 | 1100010 | 0 | 1010 | 10010 | 110101 | 11010 | 1010 | 101011 |
Color Harmonies of #776B62
Complementary color
Monochromatic Colors of #776B62
Black with #776B62
Text Example
Text Example
White with #776B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B62; }
p { color: rgb(119,107,98); }
H1.HeaderClassName
{
color: #776B62;
}
.AnyTagClassName
{
color: #776B62;
}
</style>
background-color css
<style>
a { background-color: #776B62; }
a { background-color: rgb(119,107,98); }
div.DivClassName
{
background-color: #776B62;
}
.BgClassName
{
background-color: #776B62;
}
</style>
border-color css
<style>
span { border-color: #776B62; }
span { border-color: rgb(119,107,98); }
td.TdClassName
{
border-color: #776B62;
}
.TagClassName
{
border-color: #776B62;
}
</style>