Html Css Color HEX #707987 Storm Grey

📋 copy color: '#707987'

red 112 ◦ green 121 ◦ blue 135

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

Shades of Storm Grey #707987

Tints of Storm Grey #707987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 30.43%
G = 32.88%
B = 36.68%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#707987 (or 0x707987) is known color: Storm Grey. HEX triplet: 70, 79 and 87. RGB value is (112,121,135). Sum of RGB (Red+Green+Blue) = 112+121+135=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #707987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707987 is #8F8678. Grayscale: #777777. Windows color (decimal): -9406073 or 8878448. OLE color: 8878448.

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

Color convert

RGB 112 121 135 -
CMYK 0.17 0.10 0 0.47
HSL 216.52º 0.09% 0.48% -
HSV(B) 216.52º 0.17% 0.53% -
XYZ 17.89 18.87 25.62 -
YUV 119.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 112 121 135 0.17 0.10 0 0.47 216.52 0.09 0.48
Hex 70 79 87 11 A 0 2F D9 9 30
Octal 160 171 207 21 12 0 57 331 11 60
Binary 1110000 1111001 10000111 10001 1010 0 101111 11011001 1001 110000

Color Harmonies of #707987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707987

Black with #707987

Text Example


Text Example

White with #707987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707987; }

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

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

background-color css

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

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

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

border-color css

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

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

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