Html Css Color HEX #727484 Storm Grey

📋 copy color: '#727484'

red 114 ◦ green 116 ◦ blue 132

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

Shades of Storm Grey #727484

Tints of Storm Grey #727484

RGB

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

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

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

R = 31.49%
G = 32.04%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727484 (or 0x727484) is known color: Storm Grey. HEX triplet: 72, 74 and 84. RGB value is (114,116,132). Sum of RGB (Red+Green+Blue) = 114+116+132=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #727484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727484 is #8D8B7B. Grayscale: #757575. Windows color (decimal): -9276284 or 8680562. OLE color: 8680562.

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

Color convert

RGB 114 116 132 -
CMYK 0.14 0.12 0 0.48
HSL 233.33º 0.07% 0.48% -
HSV(B) 233.33º 0.14% 0.52% -
XYZ 17.35 17.73 24.34 -
YUV 117.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 114 116 132 0.14 0.12 0 0.48 233.33 0.07 0.48
Hex 72 74 84 E C 0 30 E9 7 30
Octal 162 164 204 16 14 0 60 351 7 60
Binary 1110010 1110100 10000100 1110 1100 0 110000 11101001 111 110000

Color Harmonies of #727484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727484

Black with #727484

Text Example


Text Example

White with #727484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727484; }

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

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

background-color css

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

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

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

border-color css

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

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

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