Shades of Sandrift #A78B7B
Tints of Sandrift #A78B7B
RGB
CMYK
RGB Variations
Color information
#A78B7B (or 0xA78B7B) is known color: Sandrift. HEX triplet: A7, 8B and 7B. RGB value is (167,139,123). Sum of RGB (Red+Green+Blue) = 167+139+123=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B7B is #587484. Grayscale: #919191. Windows color (decimal): -5796997 or 8096679. OLE color: 8096679.
HSL color Cylindrical-coordinate representation of color #A78B7B: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A78B7B is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 123 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.35 |
| HSL | 21.82º | 0.2% | 0.57% | - |
| HSV(B) | 21.82º | 0.26% | 0.65% | - |
| XYZ | 28.74 | 28.11 | 22.65 | - |
| YUV | 145.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 123 | 0 | 0.17 | 0.26 | 0.35 | 21.82 | 0.2 | 0.57 |
| Hex | A7 | 8B | 7B | 0 | 11 | 1A | 23 | 16 | 14 | 39 |
| Octal | 247 | 213 | 173 | 0 | 21 | 32 | 43 | 26 | 24 | 71 |
| Binary | 10100111 | 10001011 | 1111011 | 0 | 10001 | 11010 | 100011 | 10110 | 10100 | 111001 |
Color Harmonies of #A78B7B
Complementary color
Monochromatic Colors of #A78B7B
Black with #A78B7B
Text Example
Text Example
White with #A78B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B7B; }
p { color: rgb(167,139,123); }
H1.HeaderClassName
{
color: #A78B7B;
}
.AnyTagClassName
{
color: #A78B7B;
}
</style>
background-color css
<style>
a { background-color: #A78B7B; }
a { background-color: rgb(167,139,123); }
div.DivClassName
{
background-color: #A78B7B;
}
.BgClassName
{
background-color: #A78B7B;
}
</style>
border-color css
<style>
span { border-color: #A78B7B; }
span { border-color: rgb(167,139,123); }
td.TdClassName
{
border-color: #A78B7B;
}
.TagClassName
{
border-color: #A78B7B;
}
</style>