Shades of Sandrift #B78F7B
Tints of Sandrift #B78F7B
RGB
CMYK
RGB Variations
Color information
#B78F7B (or 0xB78F7B) is known color: Sandrift. HEX triplet: B7, 8F and 7B. RGB value is (183,143,123). Sum of RGB (Red+Green+Blue) = 183+143+123=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F7B is #487084. Grayscale: #989898. Windows color (decimal): -4747397 or 8097719. OLE color: 8097719.
HSL color Cylindrical-coordinate representation of color #B78F7B: hue angle of 20º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B78F7B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 123 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.28 |
| HSL | 20º | 0.29% | 0.6% | - |
| HSV(B) | 20º | 0.33% | 0.72% | - |
| XYZ | 32.93 | 31.14 | 23.01 | - |
| YUV | 152.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 123 | 0 | 0.22 | 0.33 | 0.28 | 20 | 0.29 | 0.6 |
| Hex | B7 | 8F | 7B | 0 | 16 | 21 | 1C | 14 | 1D | 3C |
| Octal | 267 | 217 | 173 | 0 | 26 | 41 | 34 | 24 | 35 | 74 |
| Binary | 10110111 | 10001111 | 1111011 | 0 | 10110 | 100001 | 11100 | 10100 | 11101 | 111100 |
Color Harmonies of #B78F7B
Complementary color
Monochromatic Colors of #B78F7B
Black with #B78F7B
Text Example
Text Example
White with #B78F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F7B; }
p { color: rgb(183,143,123); }
H1.HeaderClassName
{
color: #B78F7B;
}
.AnyTagClassName
{
color: #B78F7B;
}
</style>
background-color css
<style>
a { background-color: #B78F7B; }
a { background-color: rgb(183,143,123); }
div.DivClassName
{
background-color: #B78F7B;
}
.BgClassName
{
background-color: #B78F7B;
}
</style>
border-color css
<style>
span { border-color: #B78F7B; }
span { border-color: rgb(183,143,123); }
td.TdClassName
{
border-color: #B78F7B;
}
.TagClassName
{
border-color: #B78F7B;
}
</style>