Html Css Color HEX #70788C Storm Grey

📋 copy color: '#70788C'

red 112 ◦ green 120 ◦ blue 140

#70788C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #70788C

Tints of Storm Grey #70788C

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 30.11%
G = 32.26%
B = 37.63%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70788C (or 0x70788C) is known color: Storm Grey. HEX triplet: 70, 78 and 8C. RGB value is (112,120,140). Sum of RGB (Red+Green+Blue) = 112+120+140=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #70788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788C is #8F8773. Grayscale: #777777. Windows color (decimal): -9406324 or 9205872. OLE color: 9205872.

HSL color Cylindrical-coordinate representation of color #70788C: hue angle of 222.86º 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 #70788C is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 120 140 -
CMYK 0.20 0.14 0 0.45
HSL 222.86º 0.11% 0.49% -
HSV(B) 222.86º 0.2% 0.55% -
XYZ 18.13 18.77 27.48 -
YUV 119.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 112 120 140 0.20 0.14 0 0.45 222.86 0.11 0.49
Hex 70 78 8C 14 E 0 2D DF B 31
Octal 160 170 214 24 16 0 55 337 13 61
Binary 1110000 1111000 10001100 10100 1110 0 101101 11011111 1011 110001

Color Harmonies of #70788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70788C

Black with #70788C

Text Example


Text Example

White with #70788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70788C;
 }
 .AnyTagClassName
 {
   color: #70788C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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