Shades of Dark Gray #B7A6A5
Tints of Dark Gray #B7A6A5
RGB
CMYK
RGB Variations
Color information
#B7A6A5 (or 0xB7A6A5) is known color: Dark Gray. HEX triplet: B7, A6 and A5. RGB value is (183,166,165). Sum of RGB (Red+Green+Blue) = 183+166+165=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A6A5 is #48595A. Grayscale: #AAAAAA. Windows color (decimal): -4741467 or 10856119. OLE color: 10856119.
HSL color Cylindrical-coordinate representation of color #B7A6A5: hue angle of 3.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A6A5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 165 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.28 |
| HSL | 3.33º | 0.11% | 0.68% | - |
| HSV(B) | 3.33º | 0.1% | 0.72% | - |
| XYZ | 39.96 | 40.06 | 41.22 | - |
| YUV | 170.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 165 | 0 | 0.09 | 0.10 | 0.28 | 3.33 | 0.11 | 0.68 |
| Hex | B7 | A6 | A5 | 0 | 9 | A | 1C | 3 | B | 44 |
| Octal | 267 | 246 | 245 | 0 | 11 | 12 | 34 | 3 | 13 | 104 |
| Binary | 10110111 | 10100110 | 10100101 | 0 | 1001 | 1010 | 11100 | 11 | 1011 | 1000100 |
Color Harmonies of #B7A6A5
Complementary color
Monochromatic Colors of #B7A6A5
Black with #B7A6A5
Text Example
Text Example
White with #B7A6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A6A5; }
p { color: rgb(183,166,165); }
H1.HeaderClassName
{
color: #B7A6A5;
}
.AnyTagClassName
{
color: #B7A6A5;
}
</style>
background-color css
<style>
a { background-color: #B7A6A5; }
a { background-color: rgb(183,166,165); }
div.DivClassName
{
background-color: #B7A6A5;
}
.BgClassName
{
background-color: #B7A6A5;
}
</style>
border-color css
<style>
span { border-color: #B7A6A5; }
span { border-color: rgb(183,166,165); }
td.TdClassName
{
border-color: #B7A6A5;
}
.TagClassName
{
border-color: #B7A6A5;
}
</style>