#75777B

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

Shades of Storm Grey #75777B

Tints of Storm Grey #75777B

Color information

#75777B (or 0x75777B) is unknown color: approx Storm Grey. HEX triplet: 75, 77 and 7B. RGB value is (117,119,123). Sum of RGB (Red+Green+Blue) = 117+119+123=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #75777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75777B is #8A8884. Grayscale: #767676. Windows color (decimal): -9078917 or 8091509. OLE color: 8091509.

HSL color Cylindrical-coordinate representation of color #75777B: hue angle of 220º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #75777B is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117119123-
CMYK0.050.0300.52
HSL220º2.5%47.06%-
HSV(B)220º4.88%48.24%-
XYZ17.5118.4121.37-
YUV118.86130.34126.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=32.59%
G=33.15%
B=34.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171191230.050.0300.522202.547.06
Hex75777B53034dc22f
Octal16516717353064334257
Binary1110101111011111110111011101101001101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75777B; }

 p { color: rgb(117,119,123); }

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

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

 a { background-color: rgb(117,119,123); }

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

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

 span { border-color: rgb(117,119,123); }

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