#71768A

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

Shades of Storm Grey #71768A

Tints of Storm Grey #71768A

Color information

#71768A (or 0x71768A) is unknown color: approx Storm Grey. HEX triplet: 71, 76 and 8A. RGB value is (113,118,138). Sum of RGB (Red+Green+Blue) = 113+118+138=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #71768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71768A is #8E8975. Grayscale: #767676. Windows color (decimal): -9341302 or 9074289. OLE color: 9074289.

HSL color Cylindrical-coordinate representation of color #71768A: hue angle of 228º 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 #71768A is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113118138-
CMYK0.180.1400.46
HSL228º9.96%49.22%-
HSV(B)228º18.12%54.12%-
XYZ17.8818.326.64-
YUV118.78138.84123.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=30.62%
G=31.98%
B=37.40%

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
Decimal1131181380.180.1400.462289.9649.22
Hex71768A12E02Ee4a31
Octal16116621222160563441261
Binary11100011110110100010101001011100101110111001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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