Html Css Color HEX #70798D Storm Grey

📋 copy color: '#70798D'

red 112 ◦ green 121 ◦ blue 141

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

Shades of Storm Grey #70798D

Tints of Storm Grey #70798D

RGB

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

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

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

R = 29.95%
G = 32.35%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70798D (or 0x70798D) is known color: Storm Grey. HEX triplet: 70, 79 and 8D. RGB value is (112,121,141). Sum of RGB (Red+Green+Blue) = 112+121+141=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #70798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798D is #8F8672. Grayscale: #787878. Windows color (decimal): -9406067 or 9271664. OLE color: 9271664.

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

Color convert

RGB 112 121 141 -
CMYK 0.21 0.14 0 0.45
HSL 221.38º 0.11% 0.5% -
HSV(B) 221.38º 0.21% 0.55% -
XYZ 18.33 19.04 27.91 -
YUV 120.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 112 121 141 0.21 0.14 0 0.45 221.38 0.11 0.5
Hex 70 79 8D 15 E 0 2D DD B 32
Octal 160 171 215 25 16 0 55 335 13 62
Binary 1110000 1111001 10001101 10101 1110 0 101101 11011101 1011 110010

Color Harmonies of #70798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70798D

Black with #70798D

Text Example


Text Example

White with #70798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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