Html Css Color HEX #707691 Storm Grey

📋 copy color: '#707691'

red 112 ◦ green 118 ◦ blue 145

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

Shades of Storm Grey #707691

Tints of Storm Grey #707691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

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

R = 29.87%
G = 31.47%
B = 38.67%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707691 (or 0x707691) is known color: Storm Grey. HEX triplet: 70, 76 and 91. RGB value is (112,118,145). Sum of RGB (Red+Green+Blue) = 112+118+145=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #707691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707691 is #8F896E. Grayscale: #777777. Windows color (decimal): -9406831 or 9533040. OLE color: 9533040.

HSL color Cylindrical-coordinate representation of color #707691: hue angle of 229.09º 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 #707691 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 118 145 -
CMYK 0.23 0.19 0 0.43
HSL 229.09º 0.13% 0.5% -
HSV(B) 229.09º 0.23% 0.57% -
XYZ 18.27 18.45 29.39 -
YUV 119.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 112 118 145 0.23 0.19 0 0.43 229.09 0.13 0.5
Hex 70 76 91 17 13 0 2B E5 D 32
Octal 160 166 221 27 23 0 53 345 15 62
Binary 1110000 1110110 10010001 10111 10011 0 101011 11100101 1101 110010

Color Harmonies of #707691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707691

Black with #707691

Text Example


Text Example

White with #707691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707691; }

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

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

background-color css

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

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

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

border-color css

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

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

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