Html Css Color HEX #70788F Storm Grey

📋 copy color: '#70788F'

red 112 ◦ green 120 ◦ blue 143

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

Shades of Storm Grey #70788F

Tints of Storm Grey #70788F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 29.87%
G = 32%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70788F (or 0x70788F) is known color: Storm Grey. HEX triplet: 70, 78 and 8F. RGB value is (112,120,143). Sum of RGB (Red+Green+Blue) = 112+120+143=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #70788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788F is #8F8770. Grayscale: #787878. Windows color (decimal): -9406321 or 9402480. OLE color: 9402480.

HSL color Cylindrical-coordinate representation of color #70788F: hue angle of 224.52º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70788F is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 120 143 -
CMYK 0.22 0.16 0 0.44
HSL 224.52º 0.12% 0.5% -
HSV(B) 224.52º 0.22% 0.56% -
XYZ 18.36 18.86 28.66 -
YUV 120.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 112 120 143 0.22 0.16 0 0.44 224.52 0.12 0.5
Hex 70 78 8F 16 10 0 2C E1 C 32
Octal 160 170 217 26 20 0 54 341 14 62
Binary 1110000 1111000 10001111 10110 10000 0 101100 11100001 1100 110010

Color Harmonies of #70788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70788F

Black with #70788F

Text Example


Text Example

White with #70788F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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