Html Css Color HEX #707785 Storm Grey

📋 copy color: '#707785'

red 112 ◦ green 119 ◦ blue 133

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

Shades of Storm Grey #707785

Tints of Storm Grey #707785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 30.77%
G = 32.69%
B = 36.54%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707785 (or 0x707785) is known color: Storm Grey. HEX triplet: 70, 77 and 85. RGB value is (112,119,133). Sum of RGB (Red+Green+Blue) = 112+119+133=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #707785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707785 is #8F887A. Grayscale: #767676. Windows color (decimal): -9406587 or 8746864. OLE color: 8746864.

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

Color convert

RGB 112 119 133 -
CMYK 0.16 0.11 0 0.48
HSL 220º 0.09% 0.48% -
HSV(B) 220º 0.16% 0.52% -
XYZ 17.51 18.33 24.81 -
YUV 118.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 112 119 133 0.16 0.11 0 0.48 220 0.09 0.48
Hex 70 77 85 10 B 0 30 DC 9 30
Octal 160 167 205 20 13 0 60 334 11 60
Binary 1110000 1110111 10000101 10000 1011 0 110000 11011100 1001 110000

Color Harmonies of #707785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707785

Black with #707785

Text Example


Text Example

White with #707785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707785; }

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

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

background-color css

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

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

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

border-color css

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

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

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