#75767E

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

Shades of Storm Grey #75767E

Tints of Storm Grey #75767E

Color information

#75767E (or 0x75767E) is unknown color: approx Storm Grey. HEX triplet: 75, 76 and 7E. RGB value is (117,118,126). Sum of RGB (Red+Green+Blue) = 117+118+126=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #75767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75767E is #8A8981. Grayscale: #767676. Windows color (decimal): -9079170 or 8287861. OLE color: 8287861.

HSL color Cylindrical-coordinate representation of color #75767E: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75767E is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117118126-
CMYK0.070.0600.51
HSL233.33º3.7%47.65%-
HSV(B)233.33º7.14%49.41%-
XYZ17.5818.2522.33-
YUV118.61132.17126.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=32.41%
G=32.69%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171181260.070.0600.51233.333.747.65
Hex75767E76033e9430
Octal16516617676063351460
Binary111010111101101111110111110011001111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75767E; }

 p { color: rgb(117,118,126); }

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

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

 a { background-color: rgb(117,118,126); }

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

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

 span { border-color: rgb(117,118,126); }

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