Html Css Color HEX #717386 Storm Grey

📋 copy color: '#717386'

red 113 ◦ green 115 ◦ blue 134

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

Shades of Storm Grey #717386

Tints of Storm Grey #717386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 31.22%
G = 31.77%
B = 37.02%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717386 (or 0x717386) is known color: Storm Grey. HEX triplet: 71, 73 and 86. RGB value is (113,115,134). Sum of RGB (Red+Green+Blue) = 113+115+134=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #717386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717386 is #8E8C79. Grayscale: #747474. Windows color (decimal): -9342074 or 8811377. OLE color: 8811377.

HSL color Cylindrical-coordinate representation of color #717386: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717386 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 115 134 -
CMYK 0.16 0.14 0 0.47
HSL 234.29º 0.09% 0.48% -
HSV(B) 234.29º 0.16% 0.53% -
XYZ 17.24 17.49 25.02 -
YUV 116.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 113 115 134 0.16 0.14 0 0.47 234.29 0.09 0.48
Hex 71 73 86 10 E 0 2F EA 9 30
Octal 161 163 206 20 16 0 57 352 11 60
Binary 1110001 1110011 10000110 10000 1110 0 101111 11101010 1001 110000

Color Harmonies of #717386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717386

Black with #717386

Text Example


Text Example

White with #717386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717386; }

 p { color: rgb(113,115,134); }

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

background-color css

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

 a { background-color: rgb(113,115,134); }

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

border-color css

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

 span { border-color: rgb(113,115,134); }

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