Shades of Pale Taupe #B79C79
Tints of Pale Taupe #B79C79
RGB
CMYK
RGB Variations
Color information
#B79C79 (or 0xB79C79) is known color: Pale Taupe. HEX triplet: B7, 9C and 79. RGB value is (183,156,121). Sum of RGB (Red+Green+Blue) = 183+156+121=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C79 is #486386. Grayscale: #A0A0A0. Windows color (decimal): -4744071 or 7969975. OLE color: 7969975.
HSL color Cylindrical-coordinate representation of color #B79C79: hue angle of 33.87º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B79C79 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 121 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.28 |
| HSL | 33.87º | 0.3% | 0.6% | - |
| HSV(B) | 33.87º | 0.34% | 0.72% | - |
| XYZ | 34.87 | 35.22 | 23.05 | - |
| YUV | 160.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 121 | 0 | 0.15 | 0.34 | 0.28 | 33.87 | 0.3 | 0.6 |
| Hex | B7 | 9C | 79 | 0 | F | 22 | 1C | 22 | 1E | 3C |
| Octal | 267 | 234 | 171 | 0 | 17 | 42 | 34 | 42 | 36 | 74 |
| Binary | 10110111 | 10011100 | 1111001 | 0 | 1111 | 100010 | 11100 | 100010 | 11110 | 111100 |
Color Harmonies of #B79C79
Complementary color
Monochromatic Colors of #B79C79
Black with #B79C79
Text Example
Text Example
White with #B79C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C79; }
p { color: rgb(183,156,121); }
H1.HeaderClassName
{
color: #B79C79;
}
.AnyTagClassName
{
color: #B79C79;
}
</style>
background-color css
<style>
a { background-color: #B79C79; }
a { background-color: rgb(183,156,121); }
div.DivClassName
{
background-color: #B79C79;
}
.BgClassName
{
background-color: #B79C79;
}
</style>
border-color css
<style>
span { border-color: #B79C79; }
span { border-color: rgb(183,156,121); }
td.TdClassName
{
border-color: #B79C79;
}
.TagClassName
{
border-color: #B79C79;
}
</style>