Shades of Dusty Grey #B79D9C
Tints of Dusty Grey #B79D9C
RGB
CMYK
RGB Variations
Color information
#B79D9C (or 0xB79D9C) is known color: Dusty Grey. HEX triplet: B7, 9D and 9C. RGB value is (183,157,156). Sum of RGB (Red+Green+Blue) = 183+157+156=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D9C is #486263. Grayscale: #A4A4A4. Windows color (decimal): -4743780 or 10263991. OLE color: 10263991.
HSL color Cylindrical-coordinate representation of color #B79D9C: hue angle of 2.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79D9C is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 156 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.28 |
| HSL | 2.22º | 0.16% | 0.66% | - |
| HSV(B) | 2.22º | 0.15% | 0.72% | - |
| XYZ | 37.59 | 36.58 | 36.53 | - |
| YUV | 164.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 156 | 0 | 0.14 | 0.15 | 0.28 | 2.22 | 0.16 | 0.66 |
| Hex | B7 | 9D | 9C | 0 | E | F | 1C | 2 | 10 | 42 |
| Octal | 267 | 235 | 234 | 0 | 16 | 17 | 34 | 2 | 20 | 102 |
| Binary | 10110111 | 10011101 | 10011100 | 0 | 1110 | 1111 | 11100 | 10 | 10000 | 1000010 |
Color Harmonies of #B79D9C
Complementary color
Monochromatic Colors of #B79D9C
Black with #B79D9C
Text Example
Text Example
White with #B79D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D9C; }
p { color: rgb(183,157,156); }
H1.HeaderClassName
{
color: #B79D9C;
}
.AnyTagClassName
{
color: #B79D9C;
}
</style>
background-color css
<style>
a { background-color: #B79D9C; }
a { background-color: rgb(183,157,156); }
div.DivClassName
{
background-color: #B79D9C;
}
.BgClassName
{
background-color: #B79D9C;
}
</style>
border-color css
<style>
span { border-color: #B79D9C; }
span { border-color: rgb(183,157,156); }
td.TdClassName
{
border-color: #B79D9C;
}
.TagClassName
{
border-color: #B79D9C;
}
</style>