#B7B7B3

Color #B7B7B3 Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #B7B7B3

Tints of Mist Grey #B7B7B3

Color information

#B7B7B3 (or 0xB7B7B3) is unknown color: approx 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

RGB183183179-
CMYK000.020.28
HSL60º2.7%70.98%-
HSV(B)60º2.19%71.76%-
XYZ44.647.1949.41-
YUV182.54126128.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=33.58%
G=33.58%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183183179000.020.28602.770.98
HexB7B7B30021C3c347
Octal26726726300234743107
Binary101101111011011110110011001011100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>