Html Css Color HEX #727784 Storm Grey

📋 copy color: '#727784'

red 114 ◦ green 119 ◦ blue 132

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

Shades of Storm Grey #727784

Tints of Storm Grey #727784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 31.23%
G = 32.6%
B = 36.16%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727784 (or 0x727784) is known color: Storm Grey. HEX triplet: 72, 77 and 84. RGB value is (114,119,132). Sum of RGB (Red+Green+Blue) = 114+119+132=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #727784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727784 is #8D887B. Grayscale: #767676. Windows color (decimal): -9275516 or 8681330. OLE color: 8681330.

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

Color convert

RGB 114 119 132 -
CMYK 0.14 0.10 0 0.48
HSL 223.33º 0.07% 0.48% -
HSV(B) 223.33º 0.14% 0.52% -
XYZ 17.7 18.44 24.46 -
YUV 118.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 114 119 132 0.14 0.10 0 0.48 223.33 0.07 0.48
Hex 72 77 84 E A 0 30 DF 7 30
Octal 162 167 204 16 12 0 60 337 7 60
Binary 1110010 1110111 10000100 1110 1010 0 110000 11011111 111 110000

Color Harmonies of #727784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727784

Black with #727784

Text Example


Text Example

White with #727784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727784; }

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

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

background-color css

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

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

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

border-color css

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

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

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