Shades of Sandrift #B78F78
Tints of Sandrift #B78F78
RGB
CMYK
RGB Variations
Color information
#B78F78 (or 0xB78F78) is known color: Sandrift. HEX triplet: B7, 8F and 78. RGB value is (183,143,120). Sum of RGB (Red+Green+Blue) = 183+143+120=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F78 is #487087. Grayscale: #989898. Windows color (decimal): -4747400 or 7901111. OLE color: 7901111.
HSL color Cylindrical-coordinate representation of color #B78F78: hue angle of 21.9º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78F78 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 120 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.28 |
| HSL | 21.9º | 0.3% | 0.59% | - |
| HSV(B) | 21.9º | 0.34% | 0.72% | - |
| XYZ | 32.74 | 31.07 | 22.04 | - |
| YUV | 152.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 120 | 0 | 0.22 | 0.34 | 0.28 | 21.9 | 0.3 | 0.59 |
| Hex | B7 | 8F | 78 | 0 | 16 | 22 | 1C | 16 | 1E | 3B |
| Octal | 267 | 217 | 170 | 0 | 26 | 42 | 34 | 26 | 36 | 73 |
| Binary | 10110111 | 10001111 | 1111000 | 0 | 10110 | 100010 | 11100 | 10110 | 11110 | 111011 |
Color Harmonies of #B78F78
Complementary color
Monochromatic Colors of #B78F78
Black with #B78F78
Text Example
Text Example
White with #B78F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F78; }
p { color: rgb(183,143,120); }
H1.HeaderClassName
{
color: #B78F78;
}
.AnyTagClassName
{
color: #B78F78;
}
</style>
background-color css
<style>
a { background-color: #B78F78; }
a { background-color: rgb(183,143,120); }
div.DivClassName
{
background-color: #B78F78;
}
.BgClassName
{
background-color: #B78F78;
}
</style>
border-color css
<style>
span { border-color: #B78F78; }
span { border-color: rgb(183,143,120); }
td.TdClassName
{
border-color: #B78F78;
}
.TagClassName
{
border-color: #B78F78;
}
</style>