Shades of Sandrift #B79278
Tints of Sandrift #B79278
RGB
CMYK
RGB Variations
Color information
#B79278 (or 0xB79278) is known color: Sandrift. HEX triplet: B7, 92 and 78. RGB value is (183,146,120). Sum of RGB (Red+Green+Blue) = 183+146+120=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B79278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79278 is #486D87. Grayscale: #9A9A9A. Windows color (decimal): -4746632 or 7901879. OLE color: 7901879.
HSL color Cylindrical-coordinate representation of color #B79278: hue angle of 24.76º 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 #B79278 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 120 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.28 |
| HSL | 24.76º | 0.3% | 0.59% | - |
| HSV(B) | 24.76º | 0.34% | 0.72% | - |
| XYZ | 33.2 | 31.98 | 22.19 | - |
| YUV | 154.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 120 | 0 | 0.20 | 0.34 | 0.28 | 24.76 | 0.3 | 0.59 |
| Hex | B7 | 92 | 78 | 0 | 14 | 22 | 1C | 19 | 1E | 3B |
| Octal | 267 | 222 | 170 | 0 | 24 | 42 | 34 | 31 | 36 | 73 |
| Binary | 10110111 | 10010010 | 1111000 | 0 | 10100 | 100010 | 11100 | 11001 | 11110 | 111011 |
Color Harmonies of #B79278
Complementary color
Monochromatic Colors of #B79278
Black with #B79278
Text Example
Text Example
White with #B79278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79278; }
p { color: rgb(183,146,120); }
H1.HeaderClassName
{
color: #B79278;
}
.AnyTagClassName
{
color: #B79278;
}
</style>
background-color css
<style>
a { background-color: #B79278; }
a { background-color: rgb(183,146,120); }
div.DivClassName
{
background-color: #B79278;
}
.BgClassName
{
background-color: #B79278;
}
</style>
border-color css
<style>
span { border-color: #B79278; }
span { border-color: rgb(183,146,120); }
td.TdClassName
{
border-color: #B79278;
}
.TagClassName
{
border-color: #B79278;
}
</style>