Html Css Color HEX #727595 Storm Grey

📋 copy color: '#727595'

red 114 ◦ green 117 ◦ blue 149

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

Shades of Storm Grey #727595

Tints of Storm Grey #727595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 30%
G = 30.79%
B = 39.21%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727595 (or 0x727595) is known color: Storm Grey. HEX triplet: 72, 75 and 95. RGB value is (114,117,149). Sum of RGB (Red+Green+Blue) = 114+117+149=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #727595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727595 is #8D8A6A. Grayscale: #777777. Windows color (decimal): -9276011 or 9794930. OLE color: 9794930.

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

Color convert

RGB 114 117 149 -
CMYK 0.23 0.21 0 0.42
HSL 234.86º 0.14% 0.52% -
HSV(B) 234.86º 0.23% 0.58% -
XYZ 18.73 18.47 31.01 -
YUV 119.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 114 117 149 0.23 0.21 0 0.42 234.86 0.14 0.52
Hex 72 75 95 17 15 0 2A EB E 34
Octal 162 165 225 27 25 0 52 353 16 64
Binary 1110010 1110101 10010101 10111 10101 0 101010 11101011 1110 110100

Color Harmonies of #727595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727595

Black with #727595

Text Example


Text Example

White with #727595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727595; }

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

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

background-color css

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

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

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

border-color css

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

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

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