Html Css Color HEX #707797 Storm Grey

📋 copy color: '#707797'

red 112 ◦ green 119 ◦ blue 151

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

Shades of Storm Grey #707797

Tints of Storm Grey #707797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

 BLUE value IS 151 (59.38% from 255) = 39.53%

R = 29.32%
G = 31.15%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707797 (or 0x707797) is known color: Storm Grey. HEX triplet: 70, 77 and 97. RGB value is (112,119,151). Sum of RGB (Red+Green+Blue) = 112+119+151=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #707797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707797 is #8F8868. Grayscale: #787878. Windows color (decimal): -9406569 or 9926512. OLE color: 9926512.

HSL color Cylindrical-coordinate representation of color #707797: hue angle of 229.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707797 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 119 151 -
CMYK 0.26 0.21 0 0.41
HSL 229.23º 0.16% 0.52% -
HSV(B) 229.23º 0.26% 0.59% -
XYZ 18.86 18.87 31.93 -
YUV 120.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 112 119 151 0.26 0.21 0 0.41 229.23 0.16 0.52
Hex 70 77 97 1A 15 0 29 E5 10 34
Octal 160 167 227 32 25 0 51 345 20 64
Binary 1110000 1110111 10010111 11010 10101 0 101001 11100101 10000 110100

Color Harmonies of #707797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707797

Black with #707797

Text Example


Text Example

White with #707797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707797; }

 p { color: rgb(112,119,151); }

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

background-color css

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

 a { background-color: rgb(112,119,151); }

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

border-color css

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

 span { border-color: rgb(112,119,151); }

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