Html Css Color HEX #707885 Storm Grey

📋 copy color: '#707885'

red 112 ◦ green 120 ◦ blue 133

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

Shades of Storm Grey #707885

Tints of Storm Grey #707885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 30.68%
G = 32.88%
B = 36.44%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707885 (or 0x707885) is known color: Storm Grey. HEX triplet: 70, 78 and 85. RGB value is (112,120,133). Sum of RGB (Red+Green+Blue) = 112+120+133=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #707885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707885 is #8F877A. Grayscale: #777777. Windows color (decimal): -9406331 or 8747120. OLE color: 8747120.

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

Color convert

RGB 112 120 133 -
CMYK 0.16 0.10 0 0.48
HSL 217.14º 0.09% 0.48% -
HSV(B) 217.14º 0.16% 0.52% -
XYZ 17.63 18.57 24.85 -
YUV 119.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 112 120 133 0.16 0.10 0 0.48 217.14 0.09 0.48
Hex 70 78 85 10 A 0 30 D9 9 30
Octal 160 170 205 20 12 0 60 331 11 60
Binary 1110000 1111000 10000101 10000 1010 0 110000 11011001 1001 110000

Color Harmonies of #707885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707885

Black with #707885

Text Example


Text Example

White with #707885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707885; }

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

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

background-color css

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

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

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

border-color css

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

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

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