#71727F

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

Shades of Storm Grey #71727F

Tints of Storm Grey #71727F

Color information

#71727F (or 0x71727F) is unknown color: approx Storm Grey. HEX triplet: 71, 72 and 7F. RGB value is (113,114,127). Sum of RGB (Red+Green+Blue) = 113+114+127=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #71727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71727F is #8E8D80. Grayscale: #737373. Windows color (decimal): -9342337 or 8352369. OLE color: 8352369.

HSL color Cylindrical-coordinate representation of color #71727F: hue angle of 235.71º 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 #71727F is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB113114127-
CMYK0.110.1000.50
HSL235.71º5.83%47.06%-
HSV(B)235.71º11.02%49.8%-
XYZ16.6617.0822.5-
YUV115.18134.67126.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 127 (50% from 255) = 35.88%
R=31.92%
G=32.20%
B=35.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131141270.110.1000.50235.715.8347.06
Hex71727FBA032ec62f
Octal1611621771312062354657
Binary11100011110010111111110111010011001011101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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