#71798F

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

Shades of Storm Grey #71798F

Tints of Storm Grey #71798F

Color information

#71798F (or 0x71798F) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 8F. RGB value is (113,121,143). Sum of RGB (Red+Green+Blue) = 113+121+143=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #71798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71798F is #8E8670. Grayscale: #797979. Windows color (decimal): -9340529 or 9402737. OLE color: 9402737.

HSL color Cylindrical-coordinate representation of color #71798F: hue angle of 224º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71798F is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113121143-
CMYK0.210.1500.44
HSL224º11.81%50.2%-
HSV(B)224º20.98%56.08%-
XYZ18.6119.1728.71-
YUV121.12140.35122.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=29.97%
G=32.10%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131211430.210.1500.4422411.8150.2
Hex71798F15F02Ce0c32
Octal16117121725170543401462
Binary11100011111001100011111010111110101100111000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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