Html Css Color HEX #707184 Storm Grey

📋 copy color: '#707184'

red 112 ◦ green 113 ◦ blue 132

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

Shades of Storm Grey #707184

Tints of Storm Grey #707184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 31.37%
G = 31.65%
B = 36.97%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707184 (or 0x707184) is known color: Storm Grey. HEX triplet: 70, 71 and 84. RGB value is (112,113,132). Sum of RGB (Red+Green+Blue) = 112+113+132=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #707184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707184 is #8F8E7B. Grayscale: #727272. Windows color (decimal): -9408124 or 8679792. OLE color: 8679792.

HSL color Cylindrical-coordinate representation of color #707184: hue angle of 237º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707184 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 113 132 -
CMYK 0.15 0.14 0 0.48
HSL 237º 0.08% 0.48% -
HSV(B) 237º 0.15% 0.52% -
XYZ 16.75 16.92 24.21 -
YUV 114.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 112 113 132 0.15 0.14 0 0.48 237 0.08 0.48
Hex 70 71 84 F E 0 30 ED 8 30
Octal 160 161 204 17 16 0 60 355 10 60
Binary 1110000 1110001 10000100 1111 1110 0 110000 11101101 1000 110000

Color Harmonies of #707184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707184

Black with #707184

Text Example


Text Example

White with #707184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707184; }

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

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

background-color css

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

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

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

border-color css

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

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

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