Html Css Color HEX #717684 Storm Grey

📋 copy color: '#717684'

red 113 ◦ green 118 ◦ blue 132

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

Shades of Storm Grey #717684

Tints of Storm Grey #717684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 31.13%
G = 32.51%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717684 (or 0x717684) is known color: Storm Grey. HEX triplet: 71, 76 and 84. RGB value is (113,118,132). Sum of RGB (Red+Green+Blue) = 113+118+132=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #717684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717684 is #8E897B. Grayscale: #767676. Windows color (decimal): -9341308 or 8681073. OLE color: 8681073.

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

Color convert

RGB 113 118 132 -
CMYK 0.14 0.11 0 0.48
HSL 224.21º 0.08% 0.48% -
HSV(B) 224.21º 0.14% 0.52% -
XYZ 17.45 18.13 24.41 -
YUV 118.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 113 118 132 0.14 0.11 0 0.48 224.21 0.08 0.48
Hex 71 76 84 E B 0 30 E0 8 30
Octal 161 166 204 16 13 0 60 340 10 60
Binary 1110001 1110110 10000100 1110 1011 0 110000 11100000 1000 110000

Color Harmonies of #717684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717684

Black with #717684

Text Example


Text Example

White with #717684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717684; }

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

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

background-color css

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

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

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

border-color css

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

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

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