Shades of Dusty Grey #B79D9D
Tints of Dusty Grey #B79D9D
RGB
CMYK
RGB Variations
Color information
#B79D9D (or 0xB79D9D) is known color: Dusty Grey. HEX triplet: B7, 9D and 9D. RGB value is (183,157,157). Sum of RGB (Red+Green+Blue) = 183+157+157=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D9D is #486262. Grayscale: #A4A4A4. Windows color (decimal): -4743779 or 10329527. OLE color: 10329527.
HSL color Cylindrical-coordinate representation of color #B79D9D: hue angle of 0º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B79D9D is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 157 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.28 |
| HSL | 0º | 0.15% | 0.67% | - |
| HSV(B) | 0º | 0.14% | 0.72% | - |
| XYZ | 37.67 | 36.62 | 36.98 | - |
| YUV | 164.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 157 | 0 | 0.14 | 0.14 | 0.28 | 0 | 0.15 | 0.67 |
| Hex | B7 | 9D | 9D | 0 | E | E | 1C | 0 | F | 43 |
| Octal | 267 | 235 | 235 | 0 | 16 | 16 | 34 | 0 | 17 | 103 |
| Binary | 10110111 | 10011101 | 10011101 | 0 | 1110 | 1110 | 11100 | 0 | 1111 | 1000011 |
Color Harmonies of #B79D9D
Complementary color
Monochromatic Colors of #B79D9D
Black with #B79D9D
Text Example
Text Example
White with #B79D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D9D; }
p { color: rgb(183,157,157); }
H1.HeaderClassName
{
color: #B79D9D;
}
.AnyTagClassName
{
color: #B79D9D;
}
</style>
background-color css
<style>
a { background-color: #B79D9D; }
a { background-color: rgb(183,157,157); }
div.DivClassName
{
background-color: #B79D9D;
}
.BgClassName
{
background-color: #B79D9D;
}
</style>
border-color css
<style>
span { border-color: #B79D9D; }
span { border-color: rgb(183,157,157); }
td.TdClassName
{
border-color: #B79D9D;
}
.TagClassName
{
border-color: #B79D9D;
}
</style>