Shades of Sandrift #B78D73
Tints of Sandrift #B78D73
RGB
CMYK
RGB Variations
Color information
#B78D73 (or 0xB78D73) is known color: Sandrift. HEX triplet: B7, 8D and 73. RGB value is (183,141,115). Sum of RGB (Red+Green+Blue) = 183+141+115=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D73 is #48728C. Grayscale: #969696. Windows color (decimal): -4747917 or 7572919. OLE color: 7572919.
HSL color Cylindrical-coordinate representation of color #B78D73: hue angle of 22.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78D73 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 115 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.28 |
| HSL | 22.94º | 0.32% | 0.58% | - |
| HSV(B) | 22.94º | 0.37% | 0.72% | - |
| XYZ | 32.15 | 30.35 | 20.38 | - |
| YUV | 150.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 115 | 0 | 0.23 | 0.37 | 0.28 | 22.94 | 0.32 | 0.58 |
| Hex | B7 | 8D | 73 | 0 | 17 | 25 | 1C | 17 | 20 | 3A |
| Octal | 267 | 215 | 163 | 0 | 27 | 45 | 34 | 27 | 40 | 72 |
| Binary | 10110111 | 10001101 | 1110011 | 0 | 10111 | 100101 | 11100 | 10111 | 100000 | 111010 |
Color Harmonies of #B78D73
Complementary color
Monochromatic Colors of #B78D73
Black with #B78D73
Text Example
Text Example
White with #B78D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D73; }
p { color: rgb(183,141,115); }
H1.HeaderClassName
{
color: #B78D73;
}
.AnyTagClassName
{
color: #B78D73;
}
</style>
background-color css
<style>
a { background-color: #B78D73; }
a { background-color: rgb(183,141,115); }
div.DivClassName
{
background-color: #B78D73;
}
.BgClassName
{
background-color: #B78D73;
}
</style>
border-color css
<style>
span { border-color: #B78D73; }
span { border-color: rgb(183,141,115); }
td.TdClassName
{
border-color: #B78D73;
}
.TagClassName
{
border-color: #B78D73;
}
</style>