Html Css Color HEX #717484 Storm Grey

📋 copy color: '#717484'

red 113 ◦ green 116 ◦ blue 132

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

Shades of Storm Grey #717484

Tints of Storm Grey #717484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 31.3%
G = 32.13%
B = 36.57%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717484 (or 0x717484) is known color: Storm Grey. HEX triplet: 71, 74 and 84. RGB value is (113,116,132). Sum of RGB (Red+Green+Blue) = 113+116+132=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #717484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717484 is #8E8B7B. Grayscale: #747474. Windows color (decimal): -9341820 or 8680561. OLE color: 8680561.

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

Color convert

RGB 113 116 132 -
CMYK 0.14 0.12 0 0.48
HSL 230.53º 0.08% 0.48% -
HSV(B) 230.53º 0.14% 0.52% -
XYZ 17.22 17.67 24.33 -
YUV 116.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 113 116 132 0.14 0.12 0 0.48 230.53 0.08 0.48
Hex 71 74 84 E C 0 30 E7 8 30
Octal 161 164 204 16 14 0 60 347 10 60
Binary 1110001 1110100 10000100 1110 1100 0 110000 11100111 1000 110000

Color Harmonies of #717484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717484

Black with #717484

Text Example


Text Example

White with #717484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717484; }

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

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

background-color css

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

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

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

border-color css

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

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

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