Shades of Pale Taupe #B79C7B
Tints of Pale Taupe #B79C7B
RGB
CMYK
RGB Variations
Color information
#B79C7B (or 0xB79C7B) is known color: Pale Taupe. HEX triplet: B7, 9C and 7B. RGB value is (183,156,123). Sum of RGB (Red+Green+Blue) = 183+156+123=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C7B is #486384. Grayscale: #A0A0A0. Windows color (decimal): -4744069 or 8101047. OLE color: 8101047.
HSL color Cylindrical-coordinate representation of color #B79C7B: hue angle of 33º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B79C7B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 123 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.28 |
| HSL | 33º | 0.29% | 0.6% | - |
| HSV(B) | 33º | 0.33% | 0.72% | - |
| XYZ | 34.99 | 35.27 | 23.7 | - |
| YUV | 160.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 123 | 0 | 0.15 | 0.33 | 0.28 | 33 | 0.29 | 0.6 |
| Hex | B7 | 9C | 7B | 0 | F | 21 | 1C | 21 | 1D | 3C |
| Octal | 267 | 234 | 173 | 0 | 17 | 41 | 34 | 41 | 35 | 74 |
| Binary | 10110111 | 10011100 | 1111011 | 0 | 1111 | 100001 | 11100 | 100001 | 11101 | 111100 |
Color Harmonies of #B79C7B
Complementary color
Monochromatic Colors of #B79C7B
Black with #B79C7B
Text Example
Text Example
White with #B79C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C7B; }
p { color: rgb(183,156,123); }
H1.HeaderClassName
{
color: #B79C7B;
}
.AnyTagClassName
{
color: #B79C7B;
}
</style>
background-color css
<style>
a { background-color: #B79C7B; }
a { background-color: rgb(183,156,123); }
div.DivClassName
{
background-color: #B79C7B;
}
.BgClassName
{
background-color: #B79C7B;
}
</style>
border-color css
<style>
span { border-color: #B79C7B; }
span { border-color: rgb(183,156,123); }
td.TdClassName
{
border-color: #B79C7B;
}
.TagClassName
{
border-color: #B79C7B;
}
</style>