Html Css Color HEX #707684 Storm Grey

📋 copy color: '#707684'

red 112 ◦ green 118 ◦ blue 132

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

Shades of Storm Grey #707684

Tints of Storm Grey #707684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 30.94%
G = 32.6%
B = 36.46%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707684 (or 0x707684) is known color: Storm Grey. HEX triplet: 70, 76 and 84. RGB value is (112,118,132). Sum of RGB (Red+Green+Blue) = 112+118+132=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #707684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707684 is #8F897B. Grayscale: #757575. Windows color (decimal): -9406844 or 8681072. OLE color: 8681072.

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

Color convert

RGB 112 118 132 -
CMYK 0.15 0.11 0 0.48
HSL 222º 0.08% 0.48% -
HSV(B) 222º 0.15% 0.52% -
XYZ 17.33 18.07 24.4 -
YUV 117.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 112 118 132 0.15 0.11 0 0.48 222 0.08 0.48
Hex 70 76 84 F B 0 30 DE 8 30
Octal 160 166 204 17 13 0 60 336 10 60
Binary 1110000 1110110 10000100 1111 1011 0 110000 11011110 1000 110000

Color Harmonies of #707684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707684

Black with #707684

Text Example


Text Example

White with #707684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707684; }

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

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

background-color css

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

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

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

border-color css

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

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

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