Html Css Color HEX #717686 Storm Grey

📋 copy color: '#717686'

red 113 ◦ green 118 ◦ blue 134

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

Shades of Storm Grey #717686

Tints of Storm Grey #717686

RGB

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

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

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

R = 30.96%
G = 32.33%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717686 (or 0x717686) is known color: Storm Grey. HEX triplet: 71, 76 and 86. RGB value is (113,118,134). Sum of RGB (Red+Green+Blue) = 113+118+134=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #717686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717686 is #8E8979. Grayscale: #767676. Windows color (decimal): -9341306 or 8812145. OLE color: 8812145.

HSL color Cylindrical-coordinate representation of color #717686: hue angle of 225.71º 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 #717686 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 118 134 -
CMYK 0.16 0.12 0 0.47
HSL 225.71º 0.09% 0.48% -
HSV(B) 225.71º 0.16% 0.53% -
XYZ 17.59 18.19 25.14 -
YUV 118.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 113 118 134 0.16 0.12 0 0.47 225.71 0.09 0.48
Hex 71 76 86 10 C 0 2F E2 9 30
Octal 161 166 206 20 14 0 57 342 11 60
Binary 1110001 1110110 10000110 10000 1100 0 101111 11100010 1001 110000

Color Harmonies of #717686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717686

Black with #717686

Text Example


Text Example

White with #717686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717686; }

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

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

background-color css

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

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

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

border-color css

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

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

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