#B7B7AA

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

Shades of Mist Grey #B7B7AA

Tints of Mist Grey #B7B7AA

Color information

#B7B7AA (or 0xB7B7AA) is unknown color: approx Mist Grey. HEX triplet: B7, B7 and AA. RGB value is (183,183,170). Sum of RGB (Red+Green+Blue) = 183+183+170=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B7AA is #484855. Grayscale: #B5B5B5. Windows color (decimal): -4737110 or 11188151. OLE color: 11188151.

HSL color Cylindrical-coordinate representation of color #B7B7AA: hue angle of 60º 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 #B7B7AA is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183183170-
CMYK000.070.28
HSL60º8.28%69.22%-
HSV(B)60º7.1%71.76%-
XYZ43.7246.8444.77-
YUV181.52121.5129.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=34.14%
G=34.14%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183183170000.070.28608.2869.22
HexB7B7AA0071C3c845
Octal267267252007347410105
Binary101101111011011110101010001111110011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7AA; }

 p { color: rgb(183,183,170); }

 H1.HeaderClassName
 {
   color: #B7B7AA;
 }
 .AnyTagClassName
 {
   color: #B7B7AA;
 }
</style>
background-color css

<style>
 a { background-color: #B7B7AA; }

 a { background-color: rgb(183,183,170); }

 div.DivClassName
 {
   background-color: #B7B7AA;
 }
 .BgClassName
 {
   background-color: #B7B7AA;
 }
</style>
border-color css

<style>
 span { border-color: #B7B7AA; }

 span { border-color: rgb(183,183,170); }

 td.TdClassName
 {
   border-color: #B7B7AA;
 }
 .TagClassName
 {
   border-color: #B7B7AA;
 }
</style>