Html Css Color HEX #707988 Storm Grey

📋 copy color: '#707988'

red 112 ◦ green 121 ◦ blue 136

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

Shades of Storm Grey #707988

Tints of Storm Grey #707988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

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

R = 30.35%
G = 32.79%
B = 36.86%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#707988 (or 0x707988) is known color: Storm Grey. HEX triplet: 70, 79 and 88. RGB value is (112,121,136). Sum of RGB (Red+Green+Blue) = 112+121+136=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #707988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707988 is #8F8677. Grayscale: #777777. Windows color (decimal): -9406072 or 8943984. OLE color: 8943984.

HSL color Cylindrical-coordinate representation of color #707988: hue angle of 217.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 #707988 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 121 136 -
CMYK 0.18 0.11 0 0.47
HSL 217.5º 0.1% 0.49% -
HSV(B) 217.5º 0.18% 0.53% -
XYZ 17.96 18.9 25.99 -
YUV 120.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 112 121 136 0.18 0.11 0 0.47 217.5 0.1 0.49
Hex 70 79 88 12 B 0 2F DA A 31
Octal 160 171 210 22 13 0 57 332 12 61
Binary 1110000 1111001 10001000 10010 1011 0 101111 11011010 1010 110001

Color Harmonies of #707988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707988

Black with #707988

Text Example


Text Example

White with #707988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707988; }

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

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

background-color css

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

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

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

border-color css

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

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

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