Shades of Mist Grey #B7B7AC
Tints of Mist Grey #B7B7AC
RGB
CMYK
RGB Variations
Color information
#B7B7AC (or 0xB7B7AC) is known color: Mist Grey. HEX triplet: B7, B7 and AC. RGB value is (183,183,172). Sum of RGB (Red+Green+Blue) = 183+183+172=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B7AC is #484853. Grayscale: #B5B5B5. Windows color (decimal): -4737108 or 11319223. OLE color: 11319223.
HSL color Cylindrical-coordinate representation of color #B7B7AC: hue angle of 60º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7B7AC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 183 | 172 | - |
CMYK | 0 | 0 | 0.06 | 0.28 |
HSL | 60º | 0.07% | 0.7% | - |
HSV(B) | 60º | 0.06% | 0.72% | - |
XYZ | 43.91 | 46.91 | 45.77 | - |
YUV | 181.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 172 | 0 | 0 | 0.06 | 0.28 | 60 | 0.07 | 0.7 |
Hex | B7 | B7 | AC | 0 | 0 | 6 | 1C | 3C | 7 | 46 |
Octal | 267 | 267 | 254 | 0 | 0 | 6 | 34 | 74 | 7 | 106 |
Binary | 10110111 | 10110111 | 10101100 | 0 | 0 | 110 | 11100 | 111100 | 111 | 1000110 |
Color Harmonies of #B7B7AC
Complementary color
Monochromatic Colors of #B7B7AC
Black with #B7B7AC
Text Example
Text Example
White with #B7B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7AC; }
p { color: rgb(183,183,172); }
H1.HeaderClassName
{
color: #B7B7AC;
}
.AnyTagClassName
{
color: #B7B7AC;
}
</style>
background-color css
<style>
a { background-color: #B7B7AC; }
a { background-color: rgb(183,183,172); }
div.DivClassName
{
background-color: #B7B7AC;
}
.BgClassName
{
background-color: #B7B7AC;
}
</style>
border-color css
<style>
span { border-color: #B7B7AC; }
span { border-color: rgb(183,183,172); }
td.TdClassName
{
border-color: #B7B7AC;
}
.TagClassName
{
border-color: #B7B7AC;
}
</style>