Shades of Mist Grey #B7B6AA
Tints of Mist Grey #B7B6AA
RGB
CMYK
RGB Variations
Color information
#B7B6AA (or 0xB7B6AA) is known color: Mist Grey. HEX triplet: B7, B6 and AA. RGB value is (183,182,170). Sum of RGB (Red+Green+Blue) = 183+182+170=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B6AA is #484955. Grayscale: #B4B4B4. Windows color (decimal): -4737366 or 11187895. OLE color: 11187895.
HSL color Cylindrical-coordinate representation of color #B7B6AA: hue angle of 55.38º 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 #B7B6AA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 182 | 170 | - |
CMYK | 0 | 0.01 | 0.07 | 0.28 |
HSL | 55.38º | 0.08% | 0.69% | - |
HSV(B) | 55.38º | 0.07% | 0.72% | - |
XYZ | 43.51 | 46.43 | 44.7 | - |
YUV | 180.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 182 | 170 | 0 | 0.01 | 0.07 | 0.28 | 55.38 | 0.08 | 0.69 |
Hex | B7 | B6 | AA | 0 | 1 | 7 | 1C | 37 | 8 | 45 |
Octal | 267 | 266 | 252 | 0 | 1 | 7 | 34 | 67 | 10 | 105 |
Binary | 10110111 | 10110110 | 10101010 | 0 | 1 | 111 | 11100 | 110111 | 1000 | 1000101 |
Color Harmonies of #B7B6AA
Complementary color
Monochromatic Colors of #B7B6AA
Black with #B7B6AA
Text Example
Text Example
White with #B7B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6AA; }
p { color: rgb(183,182,170); }
H1.HeaderClassName
{
color: #B7B6AA;
}
.AnyTagClassName
{
color: #B7B6AA;
}
</style>
background-color css
<style>
a { background-color: #B7B6AA; }
a { background-color: rgb(183,182,170); }
div.DivClassName
{
background-color: #B7B6AA;
}
.BgClassName
{
background-color: #B7B6AA;
}
</style>
border-color css
<style>
span { border-color: #B7B6AA; }
span { border-color: rgb(183,182,170); }
td.TdClassName
{
border-color: #B7B6AA;
}
.TagClassName
{
border-color: #B7B6AA;
}
</style>