Html Css Color HEX #727795 Storm Grey

📋 copy color: '#727795'

red 114 ◦ green 119 ◦ blue 149

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

Shades of Storm Grey #727795

Tints of Storm Grey #727795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 29.84%
G = 31.15%
B = 39.01%

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

#727795 (or 0x727795) is known color: Storm Grey. HEX triplet: 72, 77 and 95. RGB value is (114,119,149). Sum of RGB (Red+Green+Blue) = 114+119+149=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #727795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727795 is #8D886A. Grayscale: #787878. Windows color (decimal): -9275499 or 9795442. OLE color: 9795442.

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

Color convert

RGB 114 119 149 -
CMYK 0.23 0.20 0 0.42
HSL 231.43º 0.14% 0.52% -
HSV(B) 231.43º 0.23% 0.58% -
XYZ 18.96 18.94 31.09 -
YUV 120.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 114 119 149 0.23 0.20 0 0.42 231.43 0.14 0.52
Hex 72 77 95 17 14 0 2A E7 E 34
Octal 162 167 225 27 24 0 52 347 16 64
Binary 1110010 1110111 10010101 10111 10100 0 101010 11100111 1110 110100

Color Harmonies of #727795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727795

Black with #727795

Text Example


Text Example

White with #727795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727795; }

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

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

background-color css

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

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

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

border-color css

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

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

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