Html Css Color HEX #707176 Storm Grey

📋 copy color: '#707176'

red 112 ◦ green 113 ◦ blue 118

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

Shades of Storm Grey #707176

Tints of Storm Grey #707176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 32.65%
G = 32.94%
B = 34.4%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707176 (or 0x707176) is known color: Storm Grey. HEX triplet: 70, 71 and 76. RGB value is (112,113,118). Sum of RGB (Red+Green+Blue) = 112+113+118=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: blue. Hex color #707176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707176 is #8F8E89. Grayscale: #717171. Windows color (decimal): -9408138 or 7762288. OLE color: 7762288.

HSL color Cylindrical-coordinate representation of color #707176: hue angle of 230º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707176 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 113 118 -
CMYK 0.05 0.04 0 0.54
HSL 230º 0.03% 0.45% -
HSV(B) 230º 0.05% 0.46% -
XYZ 15.86 16.56 19.5 -
YUV 113.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 112 113 118 0.05 0.04 0 0.54 230 0.03 0.45
Hex 70 71 76 5 4 0 36 E6 3 2D
Octal 160 161 166 5 4 0 66 346 3 55
Binary 1110000 1110001 1110110 101 100 0 110110 11100110 11 101101

Color Harmonies of #707176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707176

Black with #707176

Text Example


Text Example

White with #707176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707176; }

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

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

background-color css

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

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

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

border-color css

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

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

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