Html Css Color HEX #707279 Storm Grey

📋 copy color: '#707279'

red 112 ◦ green 114 ◦ blue 121

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

Shades of Storm Grey #707279

Tints of Storm Grey #707279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 32.28%
G = 32.85%
B = 34.87%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707279 (or 0x707279) is known color: Storm Grey. HEX triplet: 70, 72 and 79. RGB value is (112,114,121). Sum of RGB (Red+Green+Blue) = 112+114+121=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 121 - color contains mainly: blue. Hex color #707279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707279 is #8F8D86. Grayscale: #727272. Windows color (decimal): -9407879 or 7959152. OLE color: 7959152.

HSL color Cylindrical-coordinate representation of color #707279: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707279 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 114 121 -
CMYK 0.07 0.06 0 0.53
HSL 226.67º 0.04% 0.46% -
HSV(B) 226.67º 0.07% 0.47% -
XYZ 16.15 16.86 20.49 -
YUV 114.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 112 114 121 0.07 0.06 0 0.53 226.67 0.04 0.46
Hex 70 72 79 7 6 0 35 E3 4 2E
Octal 160 162 171 7 6 0 65 343 4 56
Binary 1110000 1110010 1111001 111 110 0 110101 11100011 100 101110

Color Harmonies of #707279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707279

Black with #707279

Text Example


Text Example

White with #707279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707279; }

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

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

background-color css

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

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

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

border-color css

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

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

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