Shades of Mist Grey #B7B7B3
Tints of Mist Grey #B7B7B3
RGB
CMYK
RGB Variations
Color information
#B7B7B3 (or 0xB7B7B3) is known color: Mist Grey. HEX triplet: B7, B7 and B3. RGB value is (183,183,179). Sum of RGB (Red+Green+Blue) = 183+183+179=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7B3 is #48484C. Grayscale: #B6B6B6. Windows color (decimal): -4737101 or 11777975. OLE color: 11777975.
HSL color Cylindrical-coordinate representation of color #B7B7B3: hue angle of 60º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B7B7B3 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 183 | 179 | - |
CMYK | 0 | 0 | 0.02 | 0.28 |
HSL | 60º | 0.03% | 0.71% | - |
HSV(B) | 60º | 0.02% | 0.72% | - |
XYZ | 44.6 | 47.19 | 49.41 | - |
YUV | 182.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 179 | 0 | 0 | 0.02 | 0.28 | 60 | 0.03 | 0.71 |
Hex | B7 | B7 | B3 | 0 | 0 | 2 | 1C | 3C | 3 | 47 |
Octal | 267 | 267 | 263 | 0 | 0 | 2 | 34 | 74 | 3 | 107 |
Binary | 10110111 | 10110111 | 10110011 | 0 | 0 | 10 | 11100 | 111100 | 11 | 1000111 |
Color Harmonies of #B7B7B3
Complementary color
Monochromatic Colors of #B7B7B3
Black with #B7B7B3
Text Example
Text Example
White with #B7B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7B3; }
p { color: rgb(183,183,179); }
H1.HeaderClassName
{
color: #B7B7B3;
}
.AnyTagClassName
{
color: #B7B7B3;
}
</style>
background-color css
<style>
a { background-color: #B7B7B3; }
a { background-color: rgb(183,183,179); }
div.DivClassName
{
background-color: #B7B7B3;
}
.BgClassName
{
background-color: #B7B7B3;
}
</style>
border-color css
<style>
span { border-color: #B7B7B3; }
span { border-color: rgb(183,183,179); }
td.TdClassName
{
border-color: #B7B7B3;
}
.TagClassName
{
border-color: #B7B7B3;
}
</style>