Shades of Dark Gray #B3A7A7
Tints of Dark Gray #B3A7A7
RGB
CMYK
RGB Variations
Color information
#B3A7A7 (or 0xB3A7A7) is known color: Dark Gray. HEX triplet: B3, A7 and A7. RGB value is (179,167,167). Sum of RGB (Red+Green+Blue) = 179+167+167=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A7A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A7A7 is #4C5858. Grayscale: #AAAAAA. Windows color (decimal): -5003353 or 10987443. OLE color: 10987443.
HSL color Cylindrical-coordinate representation of color #B3A7A7: hue angle of 0º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3A7A7 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 167 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.30 |
| HSL | 0º | 0.07% | 0.68% | - |
| HSV(B) | 0º | 0.07% | 0.7% | - |
| XYZ | 39.38 | 40.01 | 42.21 | - |
| YUV | 170.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 167 | 0 | 0.07 | 0.07 | 0.30 | 0 | 0.07 | 0.68 |
| Hex | B3 | A7 | A7 | 0 | 7 | 7 | 1E | 0 | 7 | 44 |
| Octal | 263 | 247 | 247 | 0 | 7 | 7 | 36 | 0 | 7 | 104 |
| Binary | 10110011 | 10100111 | 10100111 | 0 | 111 | 111 | 11110 | 0 | 111 | 1000100 |
Color Harmonies of #B3A7A7
Complementary color
Monochromatic Colors of #B3A7A7
Black with #B3A7A7
Text Example
Text Example
White with #B3A7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A7A7; }
p { color: rgb(179,167,167); }
H1.HeaderClassName
{
color: #B3A7A7;
}
.AnyTagClassName
{
color: #B3A7A7;
}
</style>
background-color css
<style>
a { background-color: #B3A7A7; }
a { background-color: rgb(179,167,167); }
div.DivClassName
{
background-color: #B3A7A7;
}
.BgClassName
{
background-color: #B3A7A7;
}
</style>
border-color css
<style>
span { border-color: #B3A7A7; }
span { border-color: rgb(179,167,167); }
td.TdClassName
{
border-color: #B3A7A7;
}
.TagClassName
{
border-color: #B3A7A7;
}
</style>