#71747F

Color #71747F Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #71747F

Tints of Storm Grey #71747F

Color information

#71747F (or 0x71747F) is unknown color: approx Storm Grey. HEX triplet: 71, 74 and 7F. RGB value is (113,116,127). Sum of RGB (Red+Green+Blue) = 113+116+127=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #71747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71747F is #8E8B80. Grayscale: #747474. Windows color (decimal): -9341825 or 8352881. OLE color: 8352881.

HSL color Cylindrical-coordinate representation of color #71747F: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71747F is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB113116127-
CMYK0.110.0900.50
HSL227.14º5.83%47.06%-
HSV(B)227.14º11.02%49.8%-
XYZ16.8917.5322.57-
YUV116.36134.01125.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 127 (50% from 255) = 35.67%
R=31.74%
G=32.58%
B=35.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131161270.110.0900.50227.145.8347.06
Hex71747FB9032e362f
Octal1611641771311062343657
Binary11100011110100111111110111001011001011100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71747F; }

 p { color: rgb(113,116,127); }

 H1.HeaderClassName
 {
   color: #71747F;
 }
 .AnyTagClassName
 {
   color: #71747F;
 }
</style>
background-color css

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

 a { background-color: rgb(113,116,127); }

 div.DivClassName
 {
   background-color: #71747F;
 }
 .BgClassName
 {
   background-color: #71747F;
 }
</style>
border-color css

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

 span { border-color: rgb(113,116,127); }

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