Html Css Color HEX #70788B Storm Grey

📋 copy color: '#70788B'

red 112 ◦ green 120 ◦ blue 139

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

Shades of Storm Grey #70788B

Tints of Storm Grey #70788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 30.19%
G = 32.35%
B = 37.47%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70788B (or 0x70788B) is known color: Storm Grey. HEX triplet: 70, 78 and 8B. RGB value is (112,120,139). Sum of RGB (Red+Green+Blue) = 112+120+139=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #70788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788B is #8F8774. Grayscale: #777777. Windows color (decimal): -9406325 or 9140336. OLE color: 9140336.

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

Color convert

RGB 112 120 139 -
CMYK 0.19 0.14 0 0.45
HSL 222.22º 0.11% 0.49% -
HSV(B) 222.22º 0.19% 0.55% -
XYZ 18.06 18.74 27.09 -
YUV 119.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 112 120 139 0.19 0.14 0 0.45 222.22 0.11 0.49
Hex 70 78 8B 13 E 0 2D DE B 31
Octal 160 170 213 23 16 0 55 336 13 61
Binary 1110000 1111000 10001011 10011 1110 0 101101 11011110 1011 110001

Color Harmonies of #70788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70788B

Black with #70788B

Text Example


Text Example

White with #70788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70788B; }

 p { color: rgb(112,120,139); }

 H1.HeaderClassName
 {
   color: #70788B;
 }
 .AnyTagClassName
 {
   color: #70788B;
 }
</style>

background-color css

<style>
 a { background-color: #70788B; }

 a { background-color: rgb(112,120,139); }

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

border-color css

<style>
 span { border-color: #70788B; }

 span { border-color: rgb(112,120,139); }

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