Html Css Color HEX #70798B Storm Grey

📋 copy color: '#70798B'

red 112 ◦ green 121 ◦ blue 139

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

Shades of Storm Grey #70798B

Tints of Storm Grey #70798B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 30.11%
G = 32.53%
B = 37.37%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70798B (or 0x70798B) is known color: Storm Grey. HEX triplet: 70, 79 and 8B. RGB value is (112,121,139). Sum of RGB (Red+Green+Blue) = 112+121+139=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #70798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798B is #8F8674. Grayscale: #787878. Windows color (decimal): -9406069 or 9140592. OLE color: 9140592.

HSL color Cylindrical-coordinate representation of color #70798B: hue angle of 220º 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 #70798B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 121 139 -
CMYK 0.19 0.13 0 0.45
HSL 220º 0.11% 0.49% -
HSV(B) 220º 0.19% 0.55% -
XYZ 18.18 18.98 27.13 -
YUV 120.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 112 121 139 0.19 0.13 0 0.45 220 0.11 0.49
Hex 70 79 8B 13 D 0 2D DC B 31
Octal 160 171 213 23 15 0 55 334 13 61
Binary 1110000 1111001 10001011 10011 1101 0 101101 11011100 1011 110001

Color Harmonies of #70798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70798B

Black with #70798B

Text Example


Text Example

White with #70798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70798B;
 }
 .AnyTagClassName
 {
   color: #70798B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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