Shades of Sandrift #B78A6E
Tints of Sandrift #B78A6E
RGB
CMYK
RGB Variations
Color information
#B78A6E (or 0xB78A6E) is known color: Sandrift. HEX triplet: B7, 8A and 6E. RGB value is (183,138,110). Sum of RGB (Red+Green+Blue) = 183+138+110=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A6E is #487591. Grayscale: #949494. Windows color (decimal): -4748690 or 7244471. OLE color: 7244471.
HSL color Cylindrical-coordinate representation of color #B78A6E: hue angle of 23.01º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78A6E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 110 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.28 |
| HSL | 23.01º | 0.34% | 0.57% | - |
| HSV(B) | 23.01º | 0.4% | 0.72% | - |
| XYZ | 31.43 | 29.37 | 18.76 | - |
| YUV | 148.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 110 | 0 | 0.25 | 0.40 | 0.28 | 23.01 | 0.34 | 0.57 |
| Hex | B7 | 8A | 6E | 0 | 19 | 28 | 1C | 17 | 22 | 39 |
| Octal | 267 | 212 | 156 | 0 | 31 | 50 | 34 | 27 | 42 | 71 |
| Binary | 10110111 | 10001010 | 1101110 | 0 | 11001 | 101000 | 11100 | 10111 | 100010 | 111001 |
Color Harmonies of #B78A6E
Complementary color
Monochromatic Colors of #B78A6E
Black with #B78A6E
Text Example
Text Example
White with #B78A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A6E; }
p { color: rgb(183,138,110); }
H1.HeaderClassName
{
color: #B78A6E;
}
.AnyTagClassName
{
color: #B78A6E;
}
</style>
background-color css
<style>
a { background-color: #B78A6E; }
a { background-color: rgb(183,138,110); }
div.DivClassName
{
background-color: #B78A6E;
}
.BgClassName
{
background-color: #B78A6E;
}
</style>
border-color css
<style>
span { border-color: #B78A6E; }
span { border-color: rgb(183,138,110); }
td.TdClassName
{
border-color: #B78A6E;
}
.TagClassName
{
border-color: #B78A6E;
}
</style>