Shades of Pale Taupe #B79C7D
Tints of Pale Taupe #B79C7D
RGB
CMYK
RGB Variations
Color information
#B79C7D (or 0xB79C7D) is known color: Pale Taupe. HEX triplet: B7, 9C and 7D. RGB value is (183,156,125). Sum of RGB (Red+Green+Blue) = 183+156+125=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C7D is #486382. Grayscale: #A0A0A0. Windows color (decimal): -4744067 or 8232119. OLE color: 8232119.
HSL color Cylindrical-coordinate representation of color #B79C7D: hue angle of 32.07º 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 #B79C7D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 125 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.28 |
| HSL | 32.07º | 0.29% | 0.6% | - |
| HSV(B) | 32.07º | 0.32% | 0.72% | - |
| XYZ | 35.12 | 35.32 | 24.37 | - |
| YUV | 160.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 125 | 0 | 0.15 | 0.32 | 0.28 | 32.07 | 0.29 | 0.6 |
| Hex | B7 | 9C | 7D | 0 | F | 20 | 1C | 20 | 1D | 3C |
| Octal | 267 | 234 | 175 | 0 | 17 | 40 | 34 | 40 | 35 | 74 |
| Binary | 10110111 | 10011100 | 1111101 | 0 | 1111 | 100000 | 11100 | 100000 | 11101 | 111100 |
Color Harmonies of #B79C7D
Complementary color
Monochromatic Colors of #B79C7D
Black with #B79C7D
Text Example
Text Example
White with #B79C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C7D; }
p { color: rgb(183,156,125); }
H1.HeaderClassName
{
color: #B79C7D;
}
.AnyTagClassName
{
color: #B79C7D;
}
</style>
background-color css
<style>
a { background-color: #B79C7D; }
a { background-color: rgb(183,156,125); }
div.DivClassName
{
background-color: #B79C7D;
}
.BgClassName
{
background-color: #B79C7D;
}
</style>
border-color css
<style>
span { border-color: #B79C7D; }
span { border-color: rgb(183,156,125); }
td.TdClassName
{
border-color: #B79C7D;
}
.TagClassName
{
border-color: #B79C7D;
}
</style>