Shades of Pale Taupe #B79A7B
Tints of Pale Taupe #B79A7B
RGB
CMYK
RGB Variations
Color information
#B79A7B (or 0xB79A7B) is known color: Pale Taupe. HEX triplet: B7, 9A and 7B. RGB value is (183,154,123). Sum of RGB (Red+Green+Blue) = 183+154+123=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A7B is #486584. Grayscale: #9F9F9F. Windows color (decimal): -4744581 or 8100535. OLE color: 8100535.
HSL color Cylindrical-coordinate representation of color #B79A7B: hue angle of 31º 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 #B79A7B is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 123 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.28 |
| HSL | 31º | 0.29% | 0.6% | - |
| HSV(B) | 31º | 0.33% | 0.72% | - |
| XYZ | 34.66 | 34.61 | 23.59 | - |
| YUV | 159.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 123 | 0 | 0.16 | 0.33 | 0.28 | 31 | 0.29 | 0.6 |
| Hex | B7 | 9A | 7B | 0 | 10 | 21 | 1C | 1F | 1D | 3C |
| Octal | 267 | 232 | 173 | 0 | 20 | 41 | 34 | 37 | 35 | 74 |
| Binary | 10110111 | 10011010 | 1111011 | 0 | 10000 | 100001 | 11100 | 11111 | 11101 | 111100 |
Color Harmonies of #B79A7B
Complementary color
Monochromatic Colors of #B79A7B
Black with #B79A7B
Text Example
Text Example
White with #B79A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A7B; }
p { color: rgb(183,154,123); }
H1.HeaderClassName
{
color: #B79A7B;
}
.AnyTagClassName
{
color: #B79A7B;
}
</style>
background-color css
<style>
a { background-color: #B79A7B; }
a { background-color: rgb(183,154,123); }
div.DivClassName
{
background-color: #B79A7B;
}
.BgClassName
{
background-color: #B79A7B;
}
</style>
border-color css
<style>
span { border-color: #B79A7B; }
span { border-color: rgb(183,154,123); }
td.TdClassName
{
border-color: #B79A7B;
}
.TagClassName
{
border-color: #B79A7B;
}
</style>