Html Css Color HEX #717580 Storm Grey

📋 copy color: '#717580'

red 113 ◦ green 117 ◦ blue 128

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

Shades of Storm Grey #717580

Tints of Storm Grey #717580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 31.56%
G = 32.68%
B = 35.75%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#717580 (or 0x717580) is known color: Storm Grey. HEX triplet: 71, 75 and 80. RGB value is (113,117,128). Sum of RGB (Red+Green+Blue) = 113+117+128=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #717580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717580 is #8E8A7F. Grayscale: #757575. Windows color (decimal): -9341568 or 8418673. OLE color: 8418673.

HSL color Cylindrical-coordinate representation of color #717580: hue angle of 224º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717580 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 117 128 -
CMYK 0.12 0.09 0 0.50
HSL 224º 0.06% 0.47% -
HSV(B) 224º 0.12% 0.5% -
XYZ 17.07 17.79 22.96 -
YUV 117.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 113 117 128 0.12 0.09 0 0.50 224 0.06 0.47
Hex 71 75 80 C 9 0 32 E0 6 2F
Octal 161 165 200 14 11 0 62 340 6 57
Binary 1110001 1110101 10000000 1100 1001 0 110010 11100000 110 101111

Color Harmonies of #717580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717580

Black with #717580

Text Example


Text Example

White with #717580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717580; }

 p { color: rgb(113,117,128); }

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

background-color css

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

 a { background-color: rgb(113,117,128); }

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

border-color css

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

 span { border-color: rgb(113,117,128); }

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