Html Css Color HEX #717882 Storm Grey

📋 copy color: '#717882'

red 113 ◦ green 120 ◦ blue 130

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

Shades of Storm Grey #717882

Tints of Storm Grey #717882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 31.13%
G = 33.06%
B = 35.81%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#717882 (or 0x717882) is known color: Storm Grey. HEX triplet: 71, 78 and 82. RGB value is (113,120,130). Sum of RGB (Red+Green+Blue) = 113+120+130=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #717882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717882 is #8E877D. Grayscale: #767676. Windows color (decimal): -9340798 or 8550513. OLE color: 8550513.

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

Color convert

RGB 113 120 130 -
CMYK 0.13 0.08 0 0.49
HSL 215.29º 0.07% 0.48% -
HSV(B) 215.29º 0.13% 0.51% -
XYZ 17.56 18.56 23.78 -
YUV 119.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 113 120 130 0.13 0.08 0 0.49 215.29 0.07 0.48
Hex 71 78 82 D 8 0 31 D7 7 30
Octal 161 170 202 15 10 0 61 327 7 60
Binary 1110001 1111000 10000010 1101 1000 0 110001 11010111 111 110000

Color Harmonies of #717882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717882

Black with #717882

Text Example


Text Example

White with #717882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717882; }

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

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

background-color css

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

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

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

border-color css

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

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

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