Shades of Dusty Grey #B79A98
Tints of Dusty Grey #B79A98
RGB
CMYK
RGB Variations
Color information
#B79A98 (or 0xB79A98) is known color: Dusty Grey. HEX triplet: B7, 9A and 98. RGB value is (183,154,152). Sum of RGB (Red+Green+Blue) = 183+154+152=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A98 is #486567. Grayscale: #A2A2A2. Windows color (decimal): -4744552 or 10001079. OLE color: 10001079.
HSL color Cylindrical-coordinate representation of color #B79A98: hue angle of 3.87º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B79A98 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 152 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.28 |
| HSL | 3.87º | 0.18% | 0.66% | - |
| HSV(B) | 3.87º | 0.17% | 0.72% | - |
| XYZ | 36.75 | 35.45 | 34.61 | - |
| YUV | 162.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 152 | 0 | 0.16 | 0.17 | 0.28 | 3.87 | 0.18 | 0.66 |
| Hex | B7 | 9A | 98 | 0 | 10 | 11 | 1C | 4 | 12 | 42 |
| Octal | 267 | 232 | 230 | 0 | 20 | 21 | 34 | 4 | 22 | 102 |
| Binary | 10110111 | 10011010 | 10011000 | 0 | 10000 | 10001 | 11100 | 100 | 10010 | 1000010 |
Color Harmonies of #B79A98
Complementary color
Monochromatic Colors of #B79A98
Black with #B79A98
Text Example
Text Example
White with #B79A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A98; }
p { color: rgb(183,154,152); }
H1.HeaderClassName
{
color: #B79A98;
}
.AnyTagClassName
{
color: #B79A98;
}
</style>
background-color css
<style>
a { background-color: #B79A98; }
a { background-color: rgb(183,154,152); }
div.DivClassName
{
background-color: #B79A98;
}
.BgClassName
{
background-color: #B79A98;
}
</style>
border-color css
<style>
span { border-color: #B79A98; }
span { border-color: rgb(183,154,152); }
td.TdClassName
{
border-color: #B79A98;
}
.TagClassName
{
border-color: #B79A98;
}
</style>