Html Css Color HEX #717884 Storm Grey

📋 copy color: '#717884'

red 113 ◦ green 120 ◦ blue 132

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

Shades of Storm Grey #717884

Tints of Storm Grey #717884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 30.96%
G = 32.88%
B = 36.16%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717884 (or 0x717884) is known color: Storm Grey. HEX triplet: 71, 78 and 84. RGB value is (113,120,132). Sum of RGB (Red+Green+Blue) = 113+120+132=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #717884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717884 is #8E877B. Grayscale: #777777. Windows color (decimal): -9340796 or 8681585. OLE color: 8681585.

HSL color Cylindrical-coordinate representation of color #717884: hue angle of 217.89º 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 #717884 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 120 132 -
CMYK 0.14 0.09 0 0.48
HSL 217.89º 0.08% 0.48% -
HSV(B) 217.89º 0.14% 0.52% -
XYZ 17.69 18.61 24.49 -
YUV 119.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 113 120 132 0.14 0.09 0 0.48 217.89 0.08 0.48
Hex 71 78 84 E 9 0 30 DA 8 30
Octal 161 170 204 16 11 0 60 332 10 60
Binary 1110001 1111000 10000100 1110 1001 0 110000 11011010 1000 110000

Color Harmonies of #717884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717884

Black with #717884

Text Example


Text Example

White with #717884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717884; }

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

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

background-color css

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

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

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

border-color css

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

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

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