Html Css Color HEX #757984 Storm Grey

📋 copy color: '#757984'

red 117 ◦ green 121 ◦ blue 132

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

Shades of Storm Grey #757984

Tints of Storm Grey #757984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 31.62%
G = 32.7%
B = 35.68%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757984 (or 0x757984) is known color: Storm Grey. HEX triplet: 75, 79 and 84. RGB value is (117,121,132). Sum of RGB (Red+Green+Blue) = 117+121+132=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #757984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757984 is #8A867B. Grayscale: #797979. Windows color (decimal): -9078396 or 8681845. OLE color: 8681845.

HSL color Cylindrical-coordinate representation of color #757984: hue angle of 224º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757984 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 121 132 -
CMYK 0.11 0.08 0 0.48
HSL 224º 0.06% 0.49% -
HSV(B) 224º 0.11% 0.52% -
XYZ 18.34 19.12 24.55 -
YUV 121.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 117 121 132 0.11 0.08 0 0.48 224 0.06 0.49
Hex 75 79 84 B 8 0 30 E0 6 31
Octal 165 171 204 13 10 0 60 340 6 61
Binary 1110101 1111001 10000100 1011 1000 0 110000 11100000 110 110001

Color Harmonies of #757984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757984

Black with #757984

Text Example


Text Example

White with #757984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757984; }

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

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

background-color css

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

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

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

border-color css

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

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

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