Shades of Sandrift #B78F73
Tints of Sandrift #B78F73
RGB
CMYK
RGB Variations
Color information
#B78F73 (or 0xB78F73) is known color: Sandrift. HEX triplet: B7, 8F and 73. RGB value is (183,143,115). Sum of RGB (Red+Green+Blue) = 183+143+115=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F73 is #48708C. Grayscale: #979797. Windows color (decimal): -4747405 or 7573431. OLE color: 7573431.
HSL color Cylindrical-coordinate representation of color #B78F73: hue angle of 24.71º 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 #B78F73 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 115 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.28 |
| HSL | 24.71º | 0.32% | 0.58% | - |
| HSV(B) | 24.71º | 0.37% | 0.72% | - |
| XYZ | 32.45 | 30.95 | 20.48 | - |
| YUV | 151.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 115 | 0 | 0.22 | 0.37 | 0.28 | 24.71 | 0.32 | 0.58 |
| Hex | B7 | 8F | 73 | 0 | 16 | 25 | 1C | 19 | 20 | 3A |
| Octal | 267 | 217 | 163 | 0 | 26 | 45 | 34 | 31 | 40 | 72 |
| Binary | 10110111 | 10001111 | 1110011 | 0 | 10110 | 100101 | 11100 | 11001 | 100000 | 111010 |
Color Harmonies of #B78F73
Complementary color
Monochromatic Colors of #B78F73
Black with #B78F73
Text Example
Text Example
White with #B78F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F73; }
p { color: rgb(183,143,115); }
H1.HeaderClassName
{
color: #B78F73;
}
.AnyTagClassName
{
color: #B78F73;
}
</style>
background-color css
<style>
a { background-color: #B78F73; }
a { background-color: rgb(183,143,115); }
div.DivClassName
{
background-color: #B78F73;
}
.BgClassName
{
background-color: #B78F73;
}
</style>
border-color css
<style>
span { border-color: #B78F73; }
span { border-color: rgb(183,143,115); }
td.TdClassName
{
border-color: #B78F73;
}
.TagClassName
{
border-color: #B78F73;
}
</style>