Html Css Color HEX #70728D Storm Grey

📋 copy color: '#70728D'

red 112 ◦ green 114 ◦ blue 141

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

Shades of Storm Grey #70728D

Tints of Storm Grey #70728D

RGB

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

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

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

R = 30.52%
G = 31.06%
B = 38.42%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70728D (or 0x70728D) is known color: Storm Grey. HEX triplet: 70, 72 and 8D. RGB value is (112,114,141). Sum of RGB (Red+Green+Blue) = 112+114+141=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #70728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70728D is #8F8D72. Grayscale: #747474. Windows color (decimal): -9407859 or 9269872. OLE color: 9269872.

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

Color convert

RGB 112 114 141 -
CMYK 0.21 0.19 0 0.45
HSL 235.86º 0.11% 0.5% -
HSV(B) 235.86º 0.21% 0.55% -
XYZ 17.51 17.4 27.64 -
YUV 116.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 112 114 141 0.21 0.19 0 0.45 235.86 0.11 0.5
Hex 70 72 8D 15 13 0 2D EC B 32
Octal 160 162 215 25 23 0 55 354 13 62
Binary 1110000 1110010 10001101 10101 10011 0 101101 11101100 1011 110010

Color Harmonies of #70728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70728D

Black with #70728D

Text Example


Text Example

White with #70728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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