Html Css Color HEX #70728E Storm Grey

📋 copy color: '#70728E'

red 112 ◦ green 114 ◦ blue 142

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

Shades of Storm Grey #70728E

Tints of Storm Grey #70728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 30.43%
G = 30.98%
B = 38.59%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70728E (or 0x70728E) is known color: Storm Grey. HEX triplet: 70, 72 and 8E. RGB value is (112,114,142). Sum of RGB (Red+Green+Blue) = 112+114+142=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #70728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70728E is #8F8D71. Grayscale: #747474. Windows color (decimal): -9407858 or 9335408. OLE color: 9335408.

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

Color convert

RGB 112 114 142 -
CMYK 0.21 0.20 0 0.44
HSL 236º 0.12% 0.5% -
HSV(B) 236º 0.21% 0.56% -
XYZ 17.58 17.43 28.03 -
YUV 116.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 112 114 142 0.21 0.20 0 0.44 236 0.12 0.5
Hex 70 72 8E 15 14 0 2C EC C 32
Octal 160 162 216 25 24 0 54 354 14 62
Binary 1110000 1110010 10001110 10101 10100 0 101100 11101100 1100 110010

Color Harmonies of #70728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70728E

Black with #70728E

Text Example


Text Example

White with #70728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70728E; }

 p { color: rgb(112,114,142); }

 H1.HeaderClassName
 {
   color: #70728E;
 }
 .AnyTagClassName
 {
   color: #70728E;
 }
</style>

background-color css

<style>
 a { background-color: #70728E; }

 a { background-color: rgb(112,114,142); }

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

border-color css

<style>
 span { border-color: #70728E; }

 span { border-color: rgb(112,114,142); }

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