Shades of Pale Taupe #B79D78
Tints of Pale Taupe #B79D78
RGB
CMYK
RGB Variations
Color information
#B79D78 (or 0xB79D78) is known color: Pale Taupe. HEX triplet: B7, 9D and 78. RGB value is (183,157,120). Sum of RGB (Red+Green+Blue) = 183+157+120=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D78 is #486287. Grayscale: #A0A0A0. Windows color (decimal): -4743816 or 7904695. OLE color: 7904695.
HSL color Cylindrical-coordinate representation of color #B79D78: hue angle of 35.24º 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 #B79D78 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 120 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.28 |
| HSL | 35.24º | 0.3% | 0.59% | - |
| HSV(B) | 35.24º | 0.34% | 0.72% | - |
| XYZ | 34.98 | 35.54 | 22.79 | - |
| YUV | 160.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 120 | 0 | 0.14 | 0.34 | 0.28 | 35.24 | 0.3 | 0.59 |
| Hex | B7 | 9D | 78 | 0 | E | 22 | 1C | 23 | 1E | 3B |
| Octal | 267 | 235 | 170 | 0 | 16 | 42 | 34 | 43 | 36 | 73 |
| Binary | 10110111 | 10011101 | 1111000 | 0 | 1110 | 100010 | 11100 | 100011 | 11110 | 111011 |
Color Harmonies of #B79D78
Complementary color
Monochromatic Colors of #B79D78
Black with #B79D78
Text Example
Text Example
White with #B79D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D78; }
p { color: rgb(183,157,120); }
H1.HeaderClassName
{
color: #B79D78;
}
.AnyTagClassName
{
color: #B79D78;
}
</style>
background-color css
<style>
a { background-color: #B79D78; }
a { background-color: rgb(183,157,120); }
div.DivClassName
{
background-color: #B79D78;
}
.BgClassName
{
background-color: #B79D78;
}
</style>
border-color css
<style>
span { border-color: #B79D78; }
span { border-color: rgb(183,157,120); }
td.TdClassName
{
border-color: #B79D78;
}
.TagClassName
{
border-color: #B79D78;
}
</style>