Html Css Color HEX #727694 Storm Grey

📋 copy color: '#727694'

red 114 ◦ green 118 ◦ blue 148

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

Shades of Storm Grey #727694

Tints of Storm Grey #727694

RGB

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

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

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

R = 30%
G = 31.05%
B = 38.95%

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

#727694 (or 0x727694) is known color: Storm Grey. HEX triplet: 72, 76 and 94. RGB value is (114,118,148). Sum of RGB (Red+Green+Blue) = 114+118+148=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #727694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727694 is #8D896B. Grayscale: #787878. Windows color (decimal): -9275756 or 9729650. OLE color: 9729650.

HSL color Cylindrical-coordinate representation of color #727694: hue angle of 232.94º 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 #727694 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 118 148 -
CMYK 0.23 0.20 0 0.42
HSL 232.94º 0.14% 0.51% -
HSV(B) 232.94º 0.23% 0.58% -
XYZ 18.76 18.67 30.63 -
YUV 120.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 114 118 148 0.23 0.20 0 0.42 232.94 0.14 0.51
Hex 72 76 94 17 14 0 2A E9 E 33
Octal 162 166 224 27 24 0 52 351 16 63
Binary 1110010 1110110 10010100 10111 10100 0 101010 11101001 1110 110011

Color Harmonies of #727694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727694

Black with #727694

Text Example


Text Example

White with #727694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727694; }

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

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

background-color css

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

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

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

border-color css

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

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

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