Html Css Color HEX #70768C Storm Grey

📋 copy color: '#70768C'

red 112 ◦ green 118 ◦ blue 140

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

Shades of Storm Grey #70768C

Tints of Storm Grey #70768C

RGB

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

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

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

R = 30.27%
G = 31.89%
B = 37.84%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70768C (or 0x70768C) is known color: Storm Grey. HEX triplet: 70, 76 and 8C. RGB value is (112,118,140). Sum of RGB (Red+Green+Blue) = 112+118+140=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #70768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70768C is #8F8973. Grayscale: #767676. Windows color (decimal): -9406836 or 9205360. OLE color: 9205360.

HSL color Cylindrical-coordinate representation of color #70768C: hue angle of 227.14º 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 #70768C is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 118 140 -
CMYK 0.20 0.16 0 0.45
HSL 227.14º 0.11% 0.49% -
HSV(B) 227.14º 0.2% 0.55% -
XYZ 17.89 18.3 27.4 -
YUV 118.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 112 118 140 0.20 0.16 0 0.45 227.14 0.11 0.49
Hex 70 76 8C 14 10 0 2D E3 B 31
Octal 160 166 214 24 20 0 55 343 13 61
Binary 1110000 1110110 10001100 10100 10000 0 101101 11100011 1011 110001

Color Harmonies of #70768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70768C

Black with #70768C

Text Example


Text Example

White with #70768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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