Html Css Color HEX #707A91 Storm Grey

📋 copy color: '#707A91'

red 112 ◦ green 122 ◦ blue 145

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

Shades of Storm Grey #707A91

Tints of Storm Grey #707A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 29.55%
G = 32.19%
B = 38.26%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707A91 (or 0x707A91) is known color: Storm Grey. HEX triplet: 70, 7A and 91. RGB value is (112,122,145). Sum of RGB (Red+Green+Blue) = 112+122+145=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #707A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A91 is #8F856E. Grayscale: #797979. Windows color (decimal): -9405807 or 9534064. OLE color: 9534064.

HSL color Cylindrical-coordinate representation of color #707A91: hue angle of 221.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707A91 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 122 145 -
CMYK 0.23 0.16 0 0.43
HSL 221.82º 0.13% 0.5% -
HSV(B) 221.82º 0.23% 0.57% -
XYZ 18.75 19.41 29.55 -
YUV 121.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 112 122 145 0.23 0.16 0 0.43 221.82 0.13 0.5
Hex 70 7A 91 17 10 0 2B DE D 32
Octal 160 172 221 27 20 0 53 336 15 62
Binary 1110000 1111010 10010001 10111 10000 0 101011 11011110 1101 110010

Color Harmonies of #707A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A91

Black with #707A91

Text Example


Text Example

White with #707A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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