#71768D

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

Shades of Storm Grey #71768D

Tints of Storm Grey #71768D

Color information

#71768D (or 0x71768D) is unknown color: approx Storm Grey. HEX triplet: 71, 76 and 8D. RGB value is (113,118,141). Sum of RGB (Red+Green+Blue) = 113+118+141=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #71768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71768D is #8E8972. Grayscale: #777777. Windows color (decimal): -9341299 or 9270897. OLE color: 9270897.

HSL color Cylindrical-coordinate representation of color #71768D: hue angle of 229.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71768D is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113118141-
CMYK0.200.1600.45
HSL229.29º11.02%49.8%-
HSV(B)229.29º19.86%55.29%-
XYZ18.118.3927.8-
YUV119.13140.34123.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=30.38%
G=31.72%
B=37.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131181410.200.1600.45229.2911.0249.8
Hex71768D141002De5b32
Octal16116621524200553451362
Binary111000111101101000110110100100000101101111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71768D; }

 p { color: rgb(113,118,141); }

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

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

 a { background-color: rgb(113,118,141); }

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

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

 span { border-color: rgb(113,118,141); }

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