Html Css Color HEX #70728C Storm Grey

📋 copy color: '#70728C'

red 112 ◦ green 114 ◦ blue 140

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

Shades of Storm Grey #70728C

Tints of Storm Grey #70728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 30.6%
G = 31.15%
B = 38.25%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70728C (or 0x70728C) is known color: Storm Grey. HEX triplet: 70, 72 and 8C. RGB value is (112,114,140). Sum of RGB (Red+Green+Blue) = 112+114+140=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #70728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70728C is #8F8D73. Grayscale: #747474. Windows color (decimal): -9407860 or 9204336. OLE color: 9204336.

HSL color Cylindrical-coordinate representation of color #70728C: hue angle of 235.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70728C is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 114 140 -
CMYK 0.20 0.19 0 0.45
HSL 235.71º 0.11% 0.49% -
HSV(B) 235.71º 0.2% 0.55% -
XYZ 17.43 17.37 27.25 -
YUV 116.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 112 114 140 0.20 0.19 0 0.45 235.71 0.11 0.49
Hex 70 72 8C 14 13 0 2D EC B 31
Octal 160 162 214 24 23 0 55 354 13 61
Binary 1110000 1110010 10001100 10100 10011 0 101101 11101100 1011 110001

Color Harmonies of #70728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70728C

Black with #70728C

Text Example


Text Example

White with #70728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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