Html Css Color HEX #707884 Storm Grey

📋 copy color: '#707884'

red 112 ◦ green 120 ◦ blue 132

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

Shades of Storm Grey #707884

Tints of Storm Grey #707884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 30.77%
G = 32.97%
B = 36.26%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707884 (or 0x707884) is known color: Storm Grey. HEX triplet: 70, 78 and 84. RGB value is (112,120,132). Sum of RGB (Red+Green+Blue) = 112+120+132=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #707884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707884 is #8F877B. Grayscale: #767676. Windows color (decimal): -9406332 or 8681584. OLE color: 8681584.

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

Color convert

RGB 112 120 132 -
CMYK 0.15 0.09 0 0.48
HSL 216º 0.08% 0.48% -
HSV(B) 216º 0.15% 0.52% -
XYZ 17.56 18.54 24.48 -
YUV 118.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 112 120 132 0.15 0.09 0 0.48 216 0.08 0.48
Hex 70 78 84 F 9 0 30 D8 8 30
Octal 160 170 204 17 11 0 60 330 10 60
Binary 1110000 1111000 10000100 1111 1001 0 110000 11011000 1000 110000

Color Harmonies of #707884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707884

Black with #707884

Text Example


Text Example

White with #707884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707884; }

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

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

background-color css

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

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

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

border-color css

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

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

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