Html Css Color HEX #717285 Storm Grey

📋 copy color: '#717285'

red 113 ◦ green 114 ◦ blue 133

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

Shades of Storm Grey #717285

Tints of Storm Grey #717285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 31.39%
G = 31.67%
B = 36.94%

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

#717285 (or 0x717285) is known color: Storm Grey. HEX triplet: 71, 72 and 85. RGB value is (113,114,133). Sum of RGB (Red+Green+Blue) = 113+114+133=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #717285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717285 is #8E8D7A. Grayscale: #737373. Windows color (decimal): -9342331 or 8745585. OLE color: 8745585.

HSL color Cylindrical-coordinate representation of color #717285: hue angle of 237º 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 #717285 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 114 133 -
CMYK 0.15 0.14 0 0.48
HSL 237º 0.08% 0.48% -
HSV(B) 237º 0.15% 0.52% -
XYZ 17.06 17.24 24.62 -
YUV 115.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 113 114 133 0.15 0.14 0 0.48 237 0.08 0.48
Hex 71 72 85 F E 0 30 ED 8 30
Octal 161 162 205 17 16 0 60 355 10 60
Binary 1110001 1110010 10000101 1111 1110 0 110000 11101101 1000 110000

Color Harmonies of #717285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717285

Black with #717285

Text Example


Text Example

White with #717285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717285; }

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

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

background-color css

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

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

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

border-color css

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

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

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