Html Css Color HEX #717984 Storm Grey

📋 copy color: '#717984'

red 113 ◦ green 121 ◦ blue 132

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

Shades of Storm Grey #717984

Tints of Storm Grey #717984

RGB

 RED value IS 113 (44.53% from 255) = 30.87%

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

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

R = 30.87%
G = 33.06%
B = 36.07%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717984 (or 0x717984) is known color: Storm Grey. HEX triplet: 71, 79 and 84. RGB value is (113,121,132). Sum of RGB (Red+Green+Blue) = 113+121+132=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #717984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717984 is #8E867B. Grayscale: #777777. Windows color (decimal): -9340540 or 8681841. OLE color: 8681841.

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

Color convert

RGB 113 121 132 -
CMYK 0.14 0.08 0 0.48
HSL 214.74º 0.08% 0.48% -
HSV(B) 214.74º 0.14% 0.52% -
XYZ 17.81 18.85 24.53 -
YUV 119.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 113 121 132 0.14 0.08 0 0.48 214.74 0.08 0.48
Hex 71 79 84 E 8 0 30 D7 8 30
Octal 161 171 204 16 10 0 60 327 10 60
Binary 1110001 1111001 10000100 1110 1000 0 110000 11010111 1000 110000

Color Harmonies of #717984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717984

Black with #717984

Text Example


Text Example

White with #717984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717984; }

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

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

background-color css

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

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

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

border-color css

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

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

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