#70768B

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

Shades of Storm Grey #70768B

Tints of Storm Grey #70768B

Color information

#70768B (or 0x70768B) is unknown color: approx Storm Grey. HEX triplet: 70, 76 and 8B. RGB value is (112,118,139). Sum of RGB (Red+Green+Blue) = 112+118+139=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #70768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768B is #8F8974. Grayscale: #767676. Windows color (decimal): -9406837 or 9139824. OLE color: 9139824.

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

Color convert

RGB112118139-
CMYK0.190.1500.45
HSL226.67º10.76%49.22%-
HSV(B)226.67º19.42%54.51%-
XYZ17.8218.2727.01-
YUV118.6139.51123.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=30.35%
G=31.98%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121181390.190.1500.45226.6710.7649.22
Hex70768B13F02De3b31
Octal16016621323170553431361
Binary11100001110110100010111001111110101101111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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