Html Css Color HEX #707188 Storm Grey

📋 copy color: '#707188'

red 112 ◦ green 113 ◦ blue 136

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

Shades of Storm Grey #707188

Tints of Storm Grey #707188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 31.02%
G = 31.3%
B = 37.67%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#707188 (or 0x707188) is known color: Storm Grey. HEX triplet: 70, 71 and 88. RGB value is (112,113,136). Sum of RGB (Red+Green+Blue) = 112+113+136=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #707188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707188 is #8F8E77. Grayscale: #737373. Windows color (decimal): -9408120 or 8941936. OLE color: 8941936.

HSL color Cylindrical-coordinate representation of color #707188: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707188 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 113 136 -
CMYK 0.18 0.17 0 0.47
HSL 237.5º 0.1% 0.49% -
HSV(B) 237.5º 0.18% 0.53% -
XYZ 17.03 17.03 25.68 -
YUV 115.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 112 113 136 0.18 0.17 0 0.47 237.5 0.1 0.49
Hex 70 71 88 12 11 0 2F EE A 31
Octal 160 161 210 22 21 0 57 356 12 61
Binary 1110000 1110001 10001000 10010 10001 0 101111 11101110 1010 110001

Color Harmonies of #707188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707188

Black with #707188

Text Example


Text Example

White with #707188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707188; }

 p { color: rgb(112,113,136); }

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

background-color css

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

 a { background-color: rgb(112,113,136); }

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

border-color css

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

 span { border-color: rgb(112,113,136); }

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