Html Css Color HEX #70778A Storm Grey

📋 copy color: '#70778A'

red 112 ◦ green 119 ◦ blue 138

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

Shades of Storm Grey #70778A

Tints of Storm Grey #70778A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 30.35%
G = 32.25%
B = 37.4%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70778A (or 0x70778A) is known color: Storm Grey. HEX triplet: 70, 77 and 8A. RGB value is (112,119,138). Sum of RGB (Red+Green+Blue) = 112+119+138=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #70778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70778A is #8F8875. Grayscale: #767676. Windows color (decimal): -9406582 or 9074544. OLE color: 9074544.

HSL color Cylindrical-coordinate representation of color #70778A: hue angle of 223.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70778A is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 119 138 -
CMYK 0.19 0.14 0 0.46
HSL 223.85º 0.1% 0.49% -
HSV(B) 223.85º 0.19% 0.54% -
XYZ 17.87 18.47 26.67 -
YUV 119.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 112 119 138 0.19 0.14 0 0.46 223.85 0.1 0.49
Hex 70 77 8A 13 E 0 2E E0 A 31
Octal 160 167 212 23 16 0 56 340 12 61
Binary 1110000 1110111 10001010 10011 1110 0 101110 11100000 1010 110001

Color Harmonies of #70778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70778A

Black with #70778A

Text Example


Text Example

White with #70778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70778A; }

 p { color: rgb(112,119,138); }

 H1.HeaderClassName
 {
   color: #70778A;
 }
 .AnyTagClassName
 {
   color: #70778A;
 }
</style>

background-color css

<style>
 a { background-color: #70778A; }

 a { background-color: rgb(112,119,138); }

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

border-color css

<style>
 span { border-color: #70778A; }

 span { border-color: rgb(112,119,138); }

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