#70768C

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

Shades of Storm Grey #70768C

Tints of Storm Grey #70768C

Color information

#70768C (or 0x70768C) is unknown color: approx Storm Grey. HEX triplet: 70, 76 and 8C. RGB value is (112,118,140). Sum of RGB (Red+Green+Blue) = 112+118+140=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #70768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768C is #8F8973. Grayscale: #767676. Windows color (decimal): -9406836 or 9205360. OLE color: 9205360.

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

Color convert

RGB112118140-
CMYK0.200.1600.45
HSL227.14º11.11%49.41%-
HSV(B)227.14º20%54.9%-
XYZ17.8918.327.4-
YUV118.71140.01123.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=30.27%
G=31.89%
B=37.84%

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
Decimal1121181400.200.1600.45227.1411.1149.41
Hex70768C141002De3b31
Octal16016621424200553431361
Binary111000011101101000110010100100000101101111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70768C; }

 p { color: rgb(112,118,140); }

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

<style>
 a { background-color: #70768C; }

 a { background-color: rgb(112,118,140); }

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

<style>
 span { border-color: #70768C; }

 span { border-color: rgb(112,118,140); }

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