Html Css Color HEX #717379 Storm Grey

📋 copy color: '#717379'

red 113 ◦ green 115 ◦ blue 121

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

Shades of Storm Grey #717379

Tints of Storm Grey #717379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 32.38%
G = 32.95%
B = 34.67%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717379 (or 0x717379) is known color: Storm Grey. HEX triplet: 71, 73 and 79. RGB value is (113,115,121). Sum of RGB (Red+Green+Blue) = 113+115+121=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: blue. Hex color #717379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717379 is #8E8C86. Grayscale: #737373. Windows color (decimal): -9342087 or 7959409. OLE color: 7959409.

HSL color Cylindrical-coordinate representation of color #717379: hue angle of 225º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717379 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 115 121 -
CMYK 0.07 0.05 0 0.53
HSL 225º 0.03% 0.46% -
HSV(B) 225º 0.07% 0.47% -
XYZ 16.39 17.15 20.54 -
YUV 115.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 113 115 121 0.07 0.05 0 0.53 225 0.03 0.46
Hex 71 73 79 7 5 0 35 E1 3 2E
Octal 161 163 171 7 5 0 65 341 3 56
Binary 1110001 1110011 1111001 111 101 0 110101 11100001 11 101110

Color Harmonies of #717379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717379

Black with #717379

Text Example


Text Example

White with #717379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717379; }

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

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

background-color css

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

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

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

border-color css

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

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

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