Html Css Color HEX #707989 Storm Grey

📋 copy color: '#707989'

red 112 ◦ green 121 ◦ blue 137

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

Shades of Storm Grey #707989

Tints of Storm Grey #707989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 30.27%
G = 32.7%
B = 37.03%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#707989 (or 0x707989) is known color: Storm Grey. HEX triplet: 70, 79 and 89. RGB value is (112,121,137). Sum of RGB (Red+Green+Blue) = 112+121+137=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #707989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707989 is #8F8676. Grayscale: #787878. Windows color (decimal): -9406071 or 9009520. OLE color: 9009520.

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

Color convert

RGB 112 121 137 -
CMYK 0.18 0.12 0 0.46
HSL 218.4º 0.1% 0.49% -
HSV(B) 218.4º 0.18% 0.54% -
XYZ 18.03 18.93 26.37 -
YUV 120.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 112 121 137 0.18 0.12 0 0.46 218.4 0.1 0.49
Hex 70 79 89 12 C 0 2E DA A 31
Octal 160 171 211 22 14 0 56 332 12 61
Binary 1110000 1111001 10001001 10010 1100 0 101110 11011010 1010 110001

Color Harmonies of #707989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707989

Black with #707989

Text Example


Text Example

White with #707989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707989; }

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

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

background-color css

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

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

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

border-color css

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

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

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