Html Css Color HEX #717782 Storm Grey

📋 copy color: '#717782'

red 113 ◦ green 119 ◦ blue 130

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

Shades of Storm Grey #717782

Tints of Storm Grey #717782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

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

R = 31.22%
G = 32.87%
B = 35.91%

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

#717782 (or 0x717782) is known color: Storm Grey. HEX triplet: 71, 77 and 82. RGB value is (113,119,130). Sum of RGB (Red+Green+Blue) = 113+119+130=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #717782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717782 is #8E887D. Grayscale: #767676. Windows color (decimal): -9341054 or 8550257. OLE color: 8550257.

HSL color Cylindrical-coordinate representation of color #717782: hue angle of 218.82º 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 #717782 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 119 130 -
CMYK 0.13 0.08 0 0.49
HSL 218.82º 0.07% 0.48% -
HSV(B) 218.82º 0.13% 0.51% -
XYZ 17.44 18.32 23.74 -
YUV 118.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 113 119 130 0.13 0.08 0 0.49 218.82 0.07 0.48
Hex 71 77 82 D 8 0 31 DB 7 30
Octal 161 167 202 15 10 0 61 333 7 60
Binary 1110001 1110111 10000010 1101 1000 0 110001 11011011 111 110000

Color Harmonies of #717782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717782

Black with #717782

Text Example


Text Example

White with #717782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717782; }

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

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

background-color css

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

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

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

border-color css

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

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

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