Html Css Color HEX #707484 Storm Grey

📋 copy color: '#707484'

red 112 ◦ green 116 ◦ blue 132

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

Shades of Storm Grey #707484

Tints of Storm Grey #707484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 31.11%
G = 32.22%
B = 36.67%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707484 (or 0x707484) is known color: Storm Grey. HEX triplet: 70, 74 and 84. RGB value is (112,116,132). Sum of RGB (Red+Green+Blue) = 112+116+132=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #707484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707484 is #8F8B7B. Grayscale: #747474. Windows color (decimal): -9407356 or 8680560. OLE color: 8680560.

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

Color convert

RGB 112 116 132 -
CMYK 0.15 0.12 0 0.48
HSL 228º 0.08% 0.48% -
HSV(B) 228º 0.15% 0.52% -
XYZ 17.09 17.6 24.33 -
YUV 116.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 112 116 132 0.15 0.12 0 0.48 228 0.08 0.48
Hex 70 74 84 F C 0 30 E4 8 30
Octal 160 164 204 17 14 0 60 344 10 60
Binary 1110000 1110100 10000100 1111 1100 0 110000 11100100 1000 110000

Color Harmonies of #707484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707484

Black with #707484

Text Example


Text Example

White with #707484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707484; }

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

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

background-color css

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

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

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

border-color css

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

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

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