Shades of Pale Taupe #B7977D
Tints of Pale Taupe #B7977D
RGB
CMYK
RGB Variations
Color information
#B7977D (or 0xB7977D) is known color: Pale Taupe. HEX triplet: B7, 97 and 7D. RGB value is (183,151,125). Sum of RGB (Red+Green+Blue) = 183+151+125=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7977D is #486882. Grayscale: #9D9D9D. Windows color (decimal): -4745347 or 8230839. OLE color: 8230839.
HSL color Cylindrical-coordinate representation of color #B7977D: hue angle of 26.9º 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 #B7977D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 125 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.28 |
| HSL | 26.9º | 0.29% | 0.6% | - |
| HSV(B) | 26.9º | 0.32% | 0.72% | - |
| XYZ | 34.3 | 33.68 | 24.1 | - |
| YUV | 157.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 125 | 0 | 0.17 | 0.32 | 0.28 | 26.9 | 0.29 | 0.6 |
| Hex | B7 | 97 | 7D | 0 | 11 | 20 | 1C | 1B | 1D | 3C |
| Octal | 267 | 227 | 175 | 0 | 21 | 40 | 34 | 33 | 35 | 74 |
| Binary | 10110111 | 10010111 | 1111101 | 0 | 10001 | 100000 | 11100 | 11011 | 11101 | 111100 |
Color Harmonies of #B7977D
Complementary color
Monochromatic Colors of #B7977D
Black with #B7977D
Text Example
Text Example
White with #B7977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7977D; }
p { color: rgb(183,151,125); }
H1.HeaderClassName
{
color: #B7977D;
}
.AnyTagClassName
{
color: #B7977D;
}
</style>
background-color css
<style>
a { background-color: #B7977D; }
a { background-color: rgb(183,151,125); }
div.DivClassName
{
background-color: #B7977D;
}
.BgClassName
{
background-color: #B7977D;
}
</style>
border-color css
<style>
span { border-color: #B7977D; }
span { border-color: rgb(183,151,125); }
td.TdClassName
{
border-color: #B7977D;
}
.TagClassName
{
border-color: #B7977D;
}
</style>