#71778A

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

Shades of Storm Grey #71778A

Tints of Storm Grey #71778A

Color information

#71778A (or 0x71778A) is unknown color: approx Storm Grey. HEX triplet: 71, 77 and 8A. RGB value is (113,119,138). Sum of RGB (Red+Green+Blue) = 113+119+138=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #71778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71778A is #8E8875. Grayscale: #777777. Windows color (decimal): -9341046 or 9074545. OLE color: 9074545.

HSL color Cylindrical-coordinate representation of color #71778A: hue angle of 225.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71778A is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113119138-
CMYK0.180.1400.46
HSL225.6º9.96%49.22%-
HSV(B)225.6º18.12%54.12%-
XYZ17.9918.5426.67-
YUV119.37138.51123.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=30.54%
G=32.16%
B=37.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131191380.180.1400.46225.69.9649.22
Hex71778A12E02Ee2a31
Octal16116721222160563421261
Binary11100011110111100010101001011100101110111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71778A; }

 p { color: rgb(113,119,138); }

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

<style>
 a { background-color: #71778A; }

 a { background-color: rgb(113,119,138); }

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

<style>
 span { border-color: #71778A; }

 span { border-color: rgb(113,119,138); }

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