Html Css Color HEX #707889 Storm Grey

📋 copy color: '#707889'

red 112 ◦ green 120 ◦ blue 137

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

Shades of Storm Grey #707889

Tints of Storm Grey #707889

RGB

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

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

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

R = 30.35%
G = 32.52%
B = 37.13%

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

#707889 (or 0x707889) is known color: Storm Grey. HEX triplet: 70, 78 and 89. RGB value is (112,120,137). Sum of RGB (Red+Green+Blue) = 112+120+137=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #707889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707889 is #8F8776. Grayscale: #777777. Windows color (decimal): -9406327 or 9009264. OLE color: 9009264.

HSL color Cylindrical-coordinate representation of color #707889: hue angle of 220.8º 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 #707889 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 120 137 -
CMYK 0.18 0.12 0 0.46
HSL 220.8º 0.1% 0.49% -
HSV(B) 220.8º 0.18% 0.54% -
XYZ 17.91 18.68 26.33 -
YUV 119.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 112 120 137 0.18 0.12 0 0.46 220.8 0.1 0.49
Hex 70 78 89 12 C 0 2E DD A 31
Octal 160 170 211 22 14 0 56 335 12 61
Binary 1110000 1111000 10001001 10010 1100 0 101110 11011101 1010 110001

Color Harmonies of #707889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707889

Black with #707889

Text Example


Text Example

White with #707889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707889; }

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

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

background-color css

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

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

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

border-color css

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

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

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