Html Css Color HEX #70788D Storm Grey

📋 copy color: '#70788D'

red 112 ◦ green 120 ◦ blue 141

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

Shades of Storm Grey #70788D

Tints of Storm Grey #70788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 30.03%
G = 32.17%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70788D (or 0x70788D) is known color: Storm Grey. HEX triplet: 70, 78 and 8D. RGB value is (112,120,141). Sum of RGB (Red+Green+Blue) = 112+120+141=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #70788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788D is #8F8772. Grayscale: #777777. Windows color (decimal): -9406323 or 9271408. OLE color: 9271408.

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

Color convert

RGB 112 120 141 -
CMYK 0.21 0.15 0 0.45
HSL 223.45º 0.11% 0.5% -
HSV(B) 223.45º 0.21% 0.55% -
XYZ 18.21 18.8 27.87 -
YUV 120 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 112 120 141 0.21 0.15 0 0.45 223.45 0.11 0.5
Hex 70 78 8D 15 F 0 2D DF B 32
Octal 160 170 215 25 17 0 55 337 13 62
Binary 1110000 1111000 10001101 10101 1111 0 101101 11011111 1011 110010

Color Harmonies of #70788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70788D

Black with #70788D

Text Example


Text Example

White with #70788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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