Html Css Color HEX #707696 Storm Grey

📋 copy color: '#707696'

red 112 ◦ green 118 ◦ blue 150

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

Shades of Storm Grey #707696

Tints of Storm Grey #707696

RGB

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

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

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

R = 29.47%
G = 31.05%
B = 39.47%

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

#707696 (or 0x707696) is known color: Storm Grey. HEX triplet: 70, 76 and 96. RGB value is (112,118,150). Sum of RGB (Red+Green+Blue) = 112+118+150=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #707696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707696 is #8F8969. Grayscale: #777777. Windows color (decimal): -9406826 or 9860720. OLE color: 9860720.

HSL color Cylindrical-coordinate representation of color #707696: hue angle of 230.53º 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 #707696 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 118 150 -
CMYK 0.25 0.21 0 0.41
HSL 230.53º 0.15% 0.51% -
HSV(B) 230.53º 0.25% 0.59% -
XYZ 18.67 18.6 31.46 -
YUV 119.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 112 118 150 0.25 0.21 0 0.41 230.53 0.15 0.51
Hex 70 76 96 19 15 0 29 E7 F 33
Octal 160 166 226 31 25 0 51 347 17 63
Binary 1110000 1110110 10010110 11001 10101 0 101001 11100111 1111 110011

Color Harmonies of #707696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707696

Black with #707696

Text Example


Text Example

White with #707696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707696; }

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

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

background-color css

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

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

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

border-color css

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

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

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