Html Css Color HEX #717685 Storm Grey

📋 copy color: '#717685'

red 113 ◦ green 118 ◦ blue 133

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

Shades of Storm Grey #717685

Tints of Storm Grey #717685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 31.04%
G = 32.42%
B = 36.54%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717685 (or 0x717685) is known color: Storm Grey. HEX triplet: 71, 76 and 85. RGB value is (113,118,133). Sum of RGB (Red+Green+Blue) = 113+118+133=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #717685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717685 is #8E897A. Grayscale: #767676. Windows color (decimal): -9341307 or 8746609. OLE color: 8746609.

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

Color convert

RGB 113 118 133 -
CMYK 0.15 0.11 0 0.48
HSL 225º 0.08% 0.48% -
HSV(B) 225º 0.15% 0.52% -
XYZ 17.52 18.16 24.77 -
YUV 118.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 113 118 133 0.15 0.11 0 0.48 225 0.08 0.48
Hex 71 76 85 F B 0 30 E1 8 30
Octal 161 166 205 17 13 0 60 341 10 60
Binary 1110001 1110110 10000101 1111 1011 0 110000 11100001 1000 110000

Color Harmonies of #717685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717685

Black with #717685

Text Example


Text Example

White with #717685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717685; }

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

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

background-color css

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

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

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

border-color css

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

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

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