Shades of Dark Gray #B7AAAA
Tints of Dark Gray #B7AAAA
RGB
CMYK
RGB Variations
Color information
#B7AAAA (or 0xB7AAAA) is known color: Dark Gray. HEX triplet: B7, AA and AA. RGB value is (183,170,170). Sum of RGB (Red+Green+Blue) = 183+170+170=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAAA is #485555. Grayscale: #ADADAD. Windows color (decimal): -4740438 or 11184823. OLE color: 11184823.
HSL color Cylindrical-coordinate representation of color #B7AAAA: hue angle of 0º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AAAA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 170 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.28 |
| HSL | 0º | 0.08% | 0.69% | - |
| HSV(B) | 0º | 0.07% | 0.72% | - |
| XYZ | 41.16 | 41.72 | 43.91 | - |
| YUV | 173.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 170 | 0 | 0.07 | 0.07 | 0.28 | 0 | 0.08 | 0.69 |
| Hex | B7 | AA | AA | 0 | 7 | 7 | 1C | 0 | 8 | 45 |
| Octal | 267 | 252 | 252 | 0 | 7 | 7 | 34 | 0 | 10 | 105 |
| Binary | 10110111 | 10101010 | 10101010 | 0 | 111 | 111 | 11100 | 0 | 1000 | 1000101 |
Color Harmonies of #B7AAAA
Complementary color
Monochromatic Colors of #B7AAAA
Black with #B7AAAA
Text Example
Text Example
White with #B7AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAAA; }
p { color: rgb(183,170,170); }
H1.HeaderClassName
{
color: #B7AAAA;
}
.AnyTagClassName
{
color: #B7AAAA;
}
</style>
background-color css
<style>
a { background-color: #B7AAAA; }
a { background-color: rgb(183,170,170); }
div.DivClassName
{
background-color: #B7AAAA;
}
.BgClassName
{
background-color: #B7AAAA;
}
</style>
border-color css
<style>
span { border-color: #B7AAAA; }
span { border-color: rgb(183,170,170); }
td.TdClassName
{
border-color: #B7AAAA;
}
.TagClassName
{
border-color: #B7AAAA;
}
</style>