#71727B

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

Shades of Storm Grey #71727B

Tints of Storm Grey #71727B

Color information

#71727B (or 0x71727B) is unknown color: approx Storm Grey. HEX triplet: 71, 72 and 7B. RGB value is (113,114,123). Sum of RGB (Red+Green+Blue) = 113+114+123=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #71727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71727B is #8E8D84. Grayscale: #727272. Windows color (decimal): -9342341 or 8090225. OLE color: 8090225.

HSL color Cylindrical-coordinate representation of color #71727B: hue angle of 234º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71727B is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB113114123-
CMYK0.080.0700.52
HSL234º4.24%46.27%-
HSV(B)234º8.13%48.24%-
XYZ16.416.9821.15-
YUV114.73132.67126.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=32.29%
G=32.57%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131141230.080.0700.522344.2446.27
Hex71727B87034ea42e
Octal161162173107064352456
Binary1110001111001011110111000111011010011101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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