Shades of Sandrift #B78E7B
Tints of Sandrift #B78E7B
RGB
CMYK
RGB Variations
Color information
#B78E7B (or 0xB78E7B) is known color: Sandrift. HEX triplet: B7, 8E and 7B. RGB value is (183,142,123). Sum of RGB (Red+Green+Blue) = 183+142+123=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E7B is #487184. Grayscale: #989898. Windows color (decimal): -4747653 or 8097463. OLE color: 8097463.
HSL color Cylindrical-coordinate representation of color #B78E7B: hue angle of 19º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B78E7B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 123 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.28 |
| HSL | 19º | 0.29% | 0.6% | - |
| HSV(B) | 19º | 0.33% | 0.72% | - |
| XYZ | 32.78 | 30.84 | 22.96 | - |
| YUV | 152.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 123 | 0 | 0.22 | 0.33 | 0.28 | 19 | 0.29 | 0.6 |
| Hex | B7 | 8E | 7B | 0 | 16 | 21 | 1C | 13 | 1D | 3C |
| Octal | 267 | 216 | 173 | 0 | 26 | 41 | 34 | 23 | 35 | 74 |
| Binary | 10110111 | 10001110 | 1111011 | 0 | 10110 | 100001 | 11100 | 10011 | 11101 | 111100 |
Color Harmonies of #B78E7B
Complementary color
Monochromatic Colors of #B78E7B
Black with #B78E7B
Text Example
Text Example
White with #B78E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E7B; }
p { color: rgb(183,142,123); }
H1.HeaderClassName
{
color: #B78E7B;
}
.AnyTagClassName
{
color: #B78E7B;
}
</style>
background-color css
<style>
a { background-color: #B78E7B; }
a { background-color: rgb(183,142,123); }
div.DivClassName
{
background-color: #B78E7B;
}
.BgClassName
{
background-color: #B78E7B;
}
</style>
border-color css
<style>
span { border-color: #B78E7B; }
span { border-color: rgb(183,142,123); }
td.TdClassName
{
border-color: #B78E7B;
}
.TagClassName
{
border-color: #B78E7B;
}
</style>