Html Css Color HEX #707582 Storm Grey

📋 copy color: '#707582'

red 112 ◦ green 117 ◦ blue 130

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

Shades of Storm Grey #707582

Tints of Storm Grey #707582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 31.2%
G = 32.59%
B = 36.21%

CMYK

 C value IS 0.14

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707582 (or 0x707582) is known color: Storm Grey. HEX triplet: 70, 75 and 82. RGB value is (112,117,130). Sum of RGB (Red+Green+Blue) = 112+117+130=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #707582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707582 is #8F8A7D. Grayscale: #747474. Windows color (decimal): -9407102 or 8549744. OLE color: 8549744.

HSL color Cylindrical-coordinate representation of color #707582: hue angle of 223.33º 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 #707582 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 117 130 -
CMYK 0.14 0.1 0 0.49
HSL 223.33º 0.07% 0.47% -
HSV(B) 223.33º 0.14% 0.51% -
XYZ 17.07 17.78 23.65 -
YUV 116.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 112 117 130 0.14 0.1 0 0.49 223.33 0.07 0.47
Hex 70 75 82 E A 0 31 DF 7 2F
Octal 160 165 202 16 12 0 61 337 7 57
Binary 1110000 1110101 10000010 1110 1010 0 110001 11011111 111 101111

Color Harmonies of #707582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707582

Black with #707582

Text Example


Text Example

White with #707582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707582; }

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

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

background-color css

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

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

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

border-color css

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

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

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