Html Css Color HEX #707782 Storm Grey

📋 copy color: '#707782'

red 112 ◦ green 119 ◦ blue 130

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

Shades of Storm Grey #707782

Tints of Storm Grey #707782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 31.02%
G = 32.96%
B = 36.01%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707782 (or 0x707782) is known color: Storm Grey. HEX triplet: 70, 77 and 82. RGB value is (112,119,130). Sum of RGB (Red+Green+Blue) = 112+119+130=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #707782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707782 is #8F887D. Grayscale: #767676. Windows color (decimal): -9406590 or 8550256. OLE color: 8550256.

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

Color convert

RGB 112 119 130 -
CMYK 0.14 0.08 0 0.49
HSL 216.67º 0.07% 0.47% -
HSV(B) 216.67º 0.14% 0.51% -
XYZ 17.31 18.25 23.73 -
YUV 118.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 112 119 130 0.14 0.08 0 0.49 216.67 0.07 0.47
Hex 70 77 82 E 8 0 31 D9 7 2F
Octal 160 167 202 16 10 0 61 331 7 57
Binary 1110000 1110111 10000010 1110 1000 0 110001 11011001 111 101111

Color Harmonies of #707782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707782

Black with #707782

Text Example


Text Example

White with #707782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707782; }

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

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

background-color css

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

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

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

border-color css

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

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

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