Html Css Color HEX #727796 Storm Grey

📋 copy color: '#727796'

red 114 ◦ green 119 ◦ blue 150

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

Shades of Storm Grey #727796

Tints of Storm Grey #727796

RGB

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

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

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

R = 29.77%
G = 31.07%
B = 39.16%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#727796 (or 0x727796) is known color: Storm Grey. HEX triplet: 72, 77 and 96. RGB value is (114,119,150). Sum of RGB (Red+Green+Blue) = 114+119+150=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #727796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727796 is #8D8869. Grayscale: #787878. Windows color (decimal): -9275498 or 9860978. OLE color: 9860978.

HSL color Cylindrical-coordinate representation of color #727796: hue angle of 231.67º 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 #727796 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 119 150 -
CMYK 0.24 0.21 0 0.41
HSL 231.67º 0.15% 0.52% -
HSV(B) 231.67º 0.24% 0.59% -
XYZ 19.04 18.97 31.51 -
YUV 121.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 114 119 150 0.24 0.21 0 0.41 231.67 0.15 0.52
Hex 72 77 96 18 15 0 29 E8 F 34
Octal 162 167 226 30 25 0 51 350 17 64
Binary 1110010 1110111 10010110 11000 10101 0 101001 11101000 1111 110100

Color Harmonies of #727796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727796

Black with #727796

Text Example


Text Example

White with #727796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727796; }

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

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

background-color css

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

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

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

border-color css

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

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

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