Html Css Color HEX #727794 Storm Grey

📋 copy color: '#727794'

red 114 ◦ green 119 ◦ blue 148

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

Shades of Storm Grey #727794

Tints of Storm Grey #727794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 29.92%
G = 31.23%
B = 38.85%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727794 (or 0x727794) is known color: Storm Grey. HEX triplet: 72, 77 and 94. RGB value is (114,119,148). Sum of RGB (Red+Green+Blue) = 114+119+148=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #727794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727794 is #8D886B. Grayscale: #787878. Windows color (decimal): -9275500 or 9729906. OLE color: 9729906.

HSL color Cylindrical-coordinate representation of color #727794: hue angle of 231.18º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727794 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 119 148 -
CMYK 0.23 0.20 0 0.42
HSL 231.18º 0.14% 0.51% -
HSV(B) 231.18º 0.23% 0.58% -
XYZ 18.88 18.91 30.67 -
YUV 120.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 114 119 148 0.23 0.20 0 0.42 231.18 0.14 0.51
Hex 72 77 94 17 14 0 2A E7 E 33
Octal 162 167 224 27 24 0 52 347 16 63
Binary 1110010 1110111 10010100 10111 10100 0 101010 11100111 1110 110011

Color Harmonies of #727794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727794

Black with #727794

Text Example


Text Example

White with #727794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727794; }

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

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

background-color css

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

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

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

border-color css

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

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

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