Html Css Color HEX #727580 Storm Grey

📋 copy color: '#727580'

red 114 ◦ green 117 ◦ blue 128

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

Shades of Storm Grey #727580

Tints of Storm Grey #727580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 31.75%
G = 32.59%
B = 35.65%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#727580 (or 0x727580) is known color: Storm Grey. HEX triplet: 72, 75 and 80. RGB value is (114,117,128). Sum of RGB (Red+Green+Blue) = 114+117+128=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 128 - color contains mainly: blue. Hex color #727580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727580 is #8D8A7F. Grayscale: #757575. Windows color (decimal): -9276032 or 8418674. OLE color: 8418674.

HSL color Cylindrical-coordinate representation of color #727580: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727580 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 117 128 -
CMYK 0.11 0.09 0 0.50
HSL 227.14º 0.06% 0.47% -
HSV(B) 227.14º 0.11% 0.5% -
XYZ 17.2 17.86 22.96 -
YUV 117.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 114 117 128 0.11 0.09 0 0.50 227.14 0.06 0.47
Hex 72 75 80 B 9 0 32 E3 6 2F
Octal 162 165 200 13 11 0 62 343 6 57
Binary 1110010 1110101 10000000 1011 1001 0 110010 11100011 110 101111

Color Harmonies of #727580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727580

Black with #727580

Text Example


Text Example

White with #727580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727580; }

 p { color: rgb(114,117,128); }

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

background-color css

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

 a { background-color: rgb(114,117,128); }

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

border-color css

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

 span { border-color: rgb(114,117,128); }

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