Html Css Color HEX #717385 Storm Grey

📋 copy color: '#717385'

red 113 ◦ green 115 ◦ blue 133

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

Shades of Storm Grey #717385

Tints of Storm Grey #717385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 31.3%
G = 31.86%
B = 36.84%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717385 (or 0x717385) is known color: Storm Grey. HEX triplet: 71, 73 and 85. RGB value is (113,115,133). Sum of RGB (Red+Green+Blue) = 113+115+133=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #717385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717385 is #8E8C7A. Grayscale: #747474. Windows color (decimal): -9342075 or 8745841. OLE color: 8745841.

HSL color Cylindrical-coordinate representation of color #717385: hue angle of 234º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717385 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 115 133 -
CMYK 0.15 0.14 0 0.48
HSL 234º 0.08% 0.48% -
HSV(B) 234º 0.15% 0.52% -
XYZ 17.17 17.47 24.66 -
YUV 116.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 113 115 133 0.15 0.14 0 0.48 234 0.08 0.48
Hex 71 73 85 F E 0 30 EA 8 30
Octal 161 163 205 17 16 0 60 352 10 60
Binary 1110001 1110011 10000101 1111 1110 0 110000 11101010 1000 110000

Color Harmonies of #717385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717385

Black with #717385

Text Example


Text Example

White with #717385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717385; }

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

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

background-color css

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

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

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

border-color css

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

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

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