Html Css Color HEX #707284 Storm Grey

📋 copy color: '#707284'

red 112 ◦ green 114 ◦ blue 132

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

Shades of Storm Grey #707284

Tints of Storm Grey #707284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

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

R = 31.28%
G = 31.84%
B = 36.87%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707284 (or 0x707284) is known color: Storm Grey. HEX triplet: 70, 72 and 84. RGB value is (112,114,132). Sum of RGB (Red+Green+Blue) = 112+114+132=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #707284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707284 is #8F8D7B. Grayscale: #737373. Windows color (decimal): -9407868 or 8680048. OLE color: 8680048.

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

Color convert

RGB 112 114 132 -
CMYK 0.15 0.14 0 0.48
HSL 234º 0.08% 0.48% -
HSV(B) 234º 0.15% 0.52% -
XYZ 16.86 17.15 24.25 -
YUV 115.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 112 114 132 0.15 0.14 0 0.48 234 0.08 0.48
Hex 70 72 84 F E 0 30 EA 8 30
Octal 160 162 204 17 16 0 60 352 10 60
Binary 1110000 1110010 10000100 1111 1110 0 110000 11101010 1000 110000

Color Harmonies of #707284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707284

Black with #707284

Text Example


Text Example

White with #707284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707284; }

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

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

background-color css

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

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

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

border-color css

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

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

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