Shades of Pale Taupe #B79B7C
Tints of Pale Taupe #B79B7C
RGB
CMYK
RGB Variations
Color information
#B79B7C (or 0xB79B7C) is known color: Pale Taupe. HEX triplet: B7, 9B and 7C. RGB value is (183,155,124). Sum of RGB (Red+Green+Blue) = 183+155+124=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B7C is #486483. Grayscale: #9F9F9F. Windows color (decimal): -4744324 or 8166327. OLE color: 8166327.
HSL color Cylindrical-coordinate representation of color #B79B7C: hue angle of 31.53º 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 #B79B7C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 124 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.28 |
| HSL | 31.53º | 0.29% | 0.6% | - |
| HSV(B) | 31.53º | 0.32% | 0.72% | - |
| XYZ | 34.89 | 34.97 | 23.98 | - |
| YUV | 159.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 124 | 0 | 0.15 | 0.32 | 0.28 | 31.53 | 0.29 | 0.6 |
| Hex | B7 | 9B | 7C | 0 | F | 20 | 1C | 20 | 1D | 3C |
| Octal | 267 | 233 | 174 | 0 | 17 | 40 | 34 | 40 | 35 | 74 |
| Binary | 10110111 | 10011011 | 1111100 | 0 | 1111 | 100000 | 11100 | 100000 | 11101 | 111100 |
Color Harmonies of #B79B7C
Complementary color
Monochromatic Colors of #B79B7C
Black with #B79B7C
Text Example
Text Example
White with #B79B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B7C; }
p { color: rgb(183,155,124); }
H1.HeaderClassName
{
color: #B79B7C;
}
.AnyTagClassName
{
color: #B79B7C;
}
</style>
background-color css
<style>
a { background-color: #B79B7C; }
a { background-color: rgb(183,155,124); }
div.DivClassName
{
background-color: #B79B7C;
}
.BgClassName
{
background-color: #B79B7C;
}
</style>
border-color css
<style>
span { border-color: #B79B7C; }
span { border-color: rgb(183,155,124); }
td.TdClassName
{
border-color: #B79B7C;
}
.TagClassName
{
border-color: #B79B7C;
}
</style>