Html Css Color HEX #717786 Storm Grey

📋 copy color: '#717786'

red 113 ◦ green 119 ◦ blue 134

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

Shades of Storm Grey #717786

Tints of Storm Grey #717786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 30.87%
G = 32.51%
B = 36.61%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717786 (or 0x717786) is known color: Storm Grey. HEX triplet: 71, 77 and 86. RGB value is (113,119,134). Sum of RGB (Red+Green+Blue) = 113+119+134=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #717786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717786 is #8E8879. Grayscale: #767676. Windows color (decimal): -9341050 or 8812401. OLE color: 8812401.

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

Color convert

RGB 113 119 134 -
CMYK 0.16 0.11 0 0.47
HSL 222.86º 0.09% 0.48% -
HSV(B) 222.86º 0.16% 0.53% -
XYZ 17.71 18.43 25.18 -
YUV 118.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 113 119 134 0.16 0.11 0 0.47 222.86 0.09 0.48
Hex 71 77 86 10 B 0 2F DF 9 30
Octal 161 167 206 20 13 0 57 337 11 60
Binary 1110001 1110111 10000110 10000 1011 0 101111 11011111 1001 110000

Color Harmonies of #717786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717786

Black with #717786

Text Example


Text Example

White with #717786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717786; }

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

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

background-color css

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

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

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

border-color css

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

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

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