Shades of Pale Taupe #B79D7D
Tints of Pale Taupe #B79D7D
RGB
CMYK
RGB Variations
Color information
#B79D7D (or 0xB79D7D) is known color: Pale Taupe. HEX triplet: B7, 9D and 7D. RGB value is (183,157,125). Sum of RGB (Red+Green+Blue) = 183+157+125=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D7D is #486282. Grayscale: #A1A1A1. Windows color (decimal): -4743811 or 8232375. OLE color: 8232375.
HSL color Cylindrical-coordinate representation of color #B79D7D: hue angle of 33.1º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B79D7D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 125 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.28 |
| HSL | 33.1º | 0.29% | 0.6% | - |
| HSV(B) | 33.1º | 0.32% | 0.72% | - |
| XYZ | 35.29 | 35.66 | 24.43 | - |
| YUV | 161.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 125 | 0 | 0.14 | 0.32 | 0.28 | 33.1 | 0.29 | 0.6 |
| Hex | B7 | 9D | 7D | 0 | E | 20 | 1C | 21 | 1D | 3C |
| Octal | 267 | 235 | 175 | 0 | 16 | 40 | 34 | 41 | 35 | 74 |
| Binary | 10110111 | 10011101 | 1111101 | 0 | 1110 | 100000 | 11100 | 100001 | 11101 | 111100 |
Color Harmonies of #B79D7D
Complementary color
Monochromatic Colors of #B79D7D
Black with #B79D7D
Text Example
Text Example
White with #B79D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D7D; }
p { color: rgb(183,157,125); }
H1.HeaderClassName
{
color: #B79D7D;
}
.AnyTagClassName
{
color: #B79D7D;
}
</style>
background-color css
<style>
a { background-color: #B79D7D; }
a { background-color: rgb(183,157,125); }
div.DivClassName
{
background-color: #B79D7D;
}
.BgClassName
{
background-color: #B79D7D;
}
</style>
border-color css
<style>
span { border-color: #B79D7D; }
span { border-color: rgb(183,157,125); }
td.TdClassName
{
border-color: #B79D7D;
}
.TagClassName
{
border-color: #B79D7D;
}
</style>