Html Css Color HEX #727696 Storm Grey

📋 copy color: '#727696'

red 114 ◦ green 118 ◦ blue 150

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

Shades of Storm Grey #727696

Tints of Storm Grey #727696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 29.84%
G = 30.89%
B = 39.27%

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

#727696 (or 0x727696) is known color: Storm Grey. HEX triplet: 72, 76 and 96. RGB value is (114,118,150). Sum of RGB (Red+Green+Blue) = 114+118+150=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #727696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727696 is #8D8969. Grayscale: #787878. Windows color (decimal): -9275754 or 9860722. OLE color: 9860722.

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

Color convert

RGB 114 118 150 -
CMYK 0.24 0.21 0 0.41
HSL 233.33º 0.15% 0.52% -
HSV(B) 233.33º 0.24% 0.59% -
XYZ 18.92 18.74 31.47 -
YUV 120.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 114 118 150 0.24 0.21 0 0.41 233.33 0.15 0.52
Hex 72 76 96 18 15 0 29 E9 F 34
Octal 162 166 226 30 25 0 51 351 17 64
Binary 1110010 1110110 10010110 11000 10101 0 101001 11101001 1111 110100

Color Harmonies of #727696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727696

Black with #727696

Text Example


Text Example

White with #727696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727696; }

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

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

background-color css

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

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

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

border-color css

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

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

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