Html Css Color HEX #757988 Storm Grey

📋 copy color: '#757988'

red 117 ◦ green 121 ◦ blue 136

#757988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #757988

Tints of Storm Grey #757988

RGB

 RED value IS 117 (46.09% from 255) = 31.28%

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 31.28%
G = 32.35%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757988 (or 0x757988) is known color: Storm Grey. HEX triplet: 75, 79 and 88. RGB value is (117,121,136). Sum of RGB (Red+Green+Blue) = 117+121+136=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: blue. Hex color #757988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757988 is #8A8677. Grayscale: #797979. Windows color (decimal): -9078392 or 8943989. OLE color: 8943989.

HSL color Cylindrical-coordinate representation of color #757988: hue angle of 227.37º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757988 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 121 136 -
CMYK 0.14 0.11 0 0.47
HSL 227.37º 0.08% 0.5% -
HSV(B) 227.37º 0.14% 0.53% -
XYZ 18.62 19.23 26.02 -
YUV 121.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 117 121 136 0.14 0.11 0 0.47 227.37 0.08 0.5
Hex 75 79 88 E B 0 2F E3 8 32
Octal 165 171 210 16 13 0 57 343 10 62
Binary 1110101 1111001 10001000 1110 1011 0 101111 11100011 1000 110010

Color Harmonies of #757988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757988

Black with #757988

Text Example


Text Example

White with #757988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757988; }

 p { color: rgb(117,121,136); }

 H1.HeaderClassName
 {
   color: #757988;
 }
 .AnyTagClassName
 {
   color: #757988;
 }
</style>

background-color css

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

 a { background-color: rgb(117,121,136); }

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

border-color css

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

 span { border-color: rgb(117,121,136); }

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