Html Css Color HEX #70768E Storm Grey

📋 copy color: '#70768E'

red 112 ◦ green 118 ◦ blue 142

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

Shades of Storm Grey #70768E

Tints of Storm Grey #70768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

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

R = 30.11%
G = 31.72%
B = 38.17%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70768E (or 0x70768E) is known color: Storm Grey. HEX triplet: 70, 76 and 8E. RGB value is (112,118,142). Sum of RGB (Red+Green+Blue) = 112+118+142=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #70768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768E is #8F8971. Grayscale: #767676. Windows color (decimal): -9406834 or 9336432. OLE color: 9336432.

HSL color Cylindrical-coordinate representation of color #70768E: hue angle of 228º 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 #70768E is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 118 142 -
CMYK 0.21 0.17 0 0.44
HSL 228º 0.12% 0.5% -
HSV(B) 228º 0.21% 0.56% -
XYZ 18.04 18.35 28.18 -
YUV 118.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 112 118 142 0.21 0.17 0 0.44 228 0.12 0.5
Hex 70 76 8E 15 11 0 2C E4 C 32
Octal 160 166 216 25 21 0 54 344 14 62
Binary 1110000 1110110 10001110 10101 10001 0 101100 11100100 1100 110010

Color Harmonies of #70768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70768E

Black with #70768E

Text Example


Text Example

White with #70768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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