Html Css Color HEX #707796 Storm Grey

📋 copy color: '#707796'

red 112 ◦ green 119 ◦ blue 150

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

Shades of Storm Grey #707796

Tints of Storm Grey #707796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 29.4%
G = 31.23%
B = 39.37%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707796 (or 0x707796) is known color: Storm Grey. HEX triplet: 70, 77 and 96. RGB value is (112,119,150). Sum of RGB (Red+Green+Blue) = 112+119+150=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #707796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707796 is #8F8869. Grayscale: #787878. Windows color (decimal): -9406570 or 9860976. OLE color: 9860976.

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

Color convert

RGB 112 119 150 -
CMYK 0.25 0.21 0 0.41
HSL 228.95º 0.15% 0.51% -
HSV(B) 228.95º 0.25% 0.59% -
XYZ 18.78 18.84 31.5 -
YUV 120.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 112 119 150 0.25 0.21 0 0.41 228.95 0.15 0.51
Hex 70 77 96 19 15 0 29 E5 F 33
Octal 160 167 226 31 25 0 51 345 17 63
Binary 1110000 1110111 10010110 11001 10101 0 101001 11100101 1111 110011

Color Harmonies of #707796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707796

Black with #707796

Text Example


Text Example

White with #707796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707796; }

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

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

background-color css

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

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

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

border-color css

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

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

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