Html Css Color HEX #707985 Storm Grey

📋 copy color: '#707985'

red 112 ◦ green 121 ◦ blue 133

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

Shades of Storm Grey #707985

Tints of Storm Grey #707985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.06%

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

R = 30.6%
G = 33.06%
B = 36.34%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707985 (or 0x707985) is known color: Storm Grey. HEX triplet: 70, 79 and 85. RGB value is (112,121,133). Sum of RGB (Red+Green+Blue) = 112+121+133=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #707985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707985 is #8F867A. Grayscale: #777777. Windows color (decimal): -9406075 or 8747376. OLE color: 8747376.

HSL color Cylindrical-coordinate representation of color #707985: hue angle of 214.29º 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 #707985 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 121 133 -
CMYK 0.16 0.09 0 0.48
HSL 214.29º 0.09% 0.48% -
HSV(B) 214.29º 0.16% 0.52% -
XYZ 17.75 18.81 24.89 -
YUV 119.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 112 121 133 0.16 0.09 0 0.48 214.29 0.09 0.48
Hex 70 79 85 10 9 0 30 D6 9 30
Octal 160 171 205 20 11 0 60 326 11 60
Binary 1110000 1111001 10000101 10000 1001 0 110000 11010110 1001 110000

Color Harmonies of #707985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707985

Black with #707985

Text Example


Text Example

White with #707985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707985; }

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

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

background-color css

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

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

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

border-color css

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

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

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