Html Css Color HEX #707382 Storm Grey

📋 copy color: '#707382'

red 112 ◦ green 115 ◦ blue 130

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

Shades of Storm Grey #707382

Tints of Storm Grey #707382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 31.37%
G = 32.21%
B = 36.41%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707382 (or 0x707382) is known color: Storm Grey. HEX triplet: 70, 73 and 82. RGB value is (112,115,130). Sum of RGB (Red+Green+Blue) = 112+115+130=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #707382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707382 is #8F8C7D. Grayscale: #737373. Windows color (decimal): -9407614 or 8549232. OLE color: 8549232.

HSL color Cylindrical-coordinate representation of color #707382: hue angle of 230º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707382 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 115 130 -
CMYK 0.14 0.12 0 0.49
HSL 230º 0.07% 0.47% -
HSV(B) 230º 0.14% 0.51% -
XYZ 16.84 17.32 23.57 -
YUV 115.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 112 115 130 0.14 0.12 0 0.49 230 0.07 0.47
Hex 70 73 82 E C 0 31 E6 7 2F
Octal 160 163 202 16 14 0 61 346 7 57
Binary 1110000 1110011 10000010 1110 1100 0 110001 11100110 111 101111

Color Harmonies of #707382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707382

Black with #707382

Text Example


Text Example

White with #707382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707382; }

 p { color: rgb(112,115,130); }

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

background-color css

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

 a { background-color: rgb(112,115,130); }

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

border-color css

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

 span { border-color: rgb(112,115,130); }

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