Html Css Color HEX #727896 Storm Grey

📋 copy color: '#727896'

red 114 ◦ green 120 ◦ blue 150

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

Shades of Storm Grey #727896

Tints of Storm Grey #727896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 29.69%
G = 31.25%
B = 39.06%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#727896 (or 0x727896) is known color: Storm Grey. HEX triplet: 72, 78 and 96. RGB value is (114,120,150). Sum of RGB (Red+Green+Blue) = 114+120+150=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #727896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727896 is #8D8769. Grayscale: #797979. Windows color (decimal): -9275242 or 9861234. OLE color: 9861234.

HSL color Cylindrical-coordinate representation of color #727896: hue angle of 230º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #727896 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 120 150 -
CMYK 0.24 0.20 0 0.41
HSL 230º 0.15% 0.52% -
HSV(B) 230º 0.24% 0.59% -
XYZ 19.16 19.21 31.55 -
YUV 121.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 114 120 150 0.24 0.20 0 0.41 230 0.15 0.52
Hex 72 78 96 18 14 0 29 E6 F 34
Octal 162 170 226 30 24 0 51 346 17 64
Binary 1110010 1111000 10010110 11000 10100 0 101001 11100110 1111 110100

Color Harmonies of #727896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727896

Black with #727896

Text Example


Text Example

White with #727896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727896; }

 p { color: rgb(114,120,150); }

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

background-color css

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

 a { background-color: rgb(114,120,150); }

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

border-color css

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

 span { border-color: rgb(114,120,150); }

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