Html Css Color HEX #707A87 Storm Grey

📋 copy color: '#707A87'

red 112 ◦ green 122 ◦ blue 135

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

Shades of Storm Grey #707A87

Tints of Storm Grey #707A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 30.35%
G = 33.06%
B = 36.59%

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

#707A87 (or 0x707A87) is known color: Storm Grey. HEX triplet: 70, 7A and 87. RGB value is (112,122,135). Sum of RGB (Red+Green+Blue) = 112+122+135=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #707A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A87 is #8F8578. Grayscale: #787878. Windows color (decimal): -9405817 or 8878704. OLE color: 8878704.

HSL color Cylindrical-coordinate representation of color #707A87: hue angle of 213.91º 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 #707A87 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 122 135 -
CMYK 0.17 0.10 0 0.47
HSL 213.91º 0.09% 0.48% -
HSV(B) 213.91º 0.17% 0.53% -
XYZ 18.01 19.11 25.66 -
YUV 120.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 112 122 135 0.17 0.10 0 0.47 213.91 0.09 0.48
Hex 70 7A 87 11 A 0 2F D6 9 30
Octal 160 172 207 21 12 0 57 326 11 60
Binary 1110000 1111010 10000111 10001 1010 0 101111 11010110 1001 110000

Color Harmonies of #707A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A87

Black with #707A87

Text Example


Text Example

White with #707A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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