Html Css Color HEX #727379 Storm Grey

📋 copy color: '#727379'

red 114 ◦ green 115 ◦ blue 121

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

Shades of Storm Grey #727379

Tints of Storm Grey #727379

RGB

 RED value IS 114 (44.92% from 255) = 32.57%

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 32.57%
G = 32.86%
B = 34.57%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727379 (or 0x727379) is known color: Storm Grey. HEX triplet: 72, 73 and 79. RGB value is (114,115,121). Sum of RGB (Red+Green+Blue) = 114+115+121=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 121 - color contains mainly: blue. Hex color #727379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727379 is #8D8C86. Grayscale: #737373. Windows color (decimal): -9276551 or 7959410. OLE color: 7959410.

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

Color convert

RGB 114 115 121 -
CMYK 0.06 0.05 0 0.53
HSL 231.43º 0.03% 0.46% -
HSV(B) 231.43º 0.06% 0.47% -
XYZ 16.52 17.22 20.54 -
YUV 115.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 114 115 121 0.06 0.05 0 0.53 231.43 0.03 0.46
Hex 72 73 79 6 5 0 35 E7 3 2E
Octal 162 163 171 6 5 0 65 347 3 56
Binary 1110010 1110011 1111001 110 101 0 110101 11100111 11 101110

Color Harmonies of #727379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727379

Black with #727379

Text Example


Text Example

White with #727379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727379; }

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

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

background-color css

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

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

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

border-color css

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

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

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