Html Css Color HEX #727584 Storm Grey

📋 copy color: '#727584'

red 114 ◦ green 117 ◦ blue 132

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

Shades of Storm Grey #727584

Tints of Storm Grey #727584

RGB

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

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

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

R = 31.4%
G = 32.23%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727584 (or 0x727584) is known color: Storm Grey. HEX triplet: 72, 75 and 84. RGB value is (114,117,132). Sum of RGB (Red+Green+Blue) = 114+117+132=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #727584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727584 is #8D8A7B. Grayscale: #757575. Windows color (decimal): -9276028 or 8680818. OLE color: 8680818.

HSL color Cylindrical-coordinate representation of color #727584: hue angle of 230º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727584 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 117 132 -
CMYK 0.14 0.11 0 0.48
HSL 230º 0.07% 0.48% -
HSV(B) 230º 0.14% 0.52% -
XYZ 17.47 17.97 24.38 -
YUV 117.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 114 117 132 0.14 0.11 0 0.48 230 0.07 0.48
Hex 72 75 84 E B 0 30 E6 7 30
Octal 162 165 204 16 13 0 60 346 7 60
Binary 1110010 1110101 10000100 1110 1011 0 110000 11100110 111 110000

Color Harmonies of #727584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727584

Black with #727584

Text Example


Text Example

White with #727584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727584; }

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

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

background-color css

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

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

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

border-color css

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

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

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