Html Css Color HEX #727995 Storm Grey

📋 copy color: '#727995'

red 114 ◦ green 121 ◦ blue 149

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

Shades of Storm Grey #727995

Tints of Storm Grey #727995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.51%

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

R = 29.69%
G = 31.51%
B = 38.8%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727995 (or 0x727995) is known color: Storm Grey. HEX triplet: 72, 79 and 95. RGB value is (114,121,149). Sum of RGB (Red+Green+Blue) = 114+121+149=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #727995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727995 is #8D866A. Grayscale: #797979. Windows color (decimal): -9274987 or 9795954. OLE color: 9795954.

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

Color convert

RGB 114 121 149 -
CMYK 0.23 0.19 0 0.42
HSL 228º 0.14% 0.52% -
HSV(B) 228º 0.23% 0.58% -
XYZ 19.2 19.42 31.17 -
YUV 122.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 114 121 149 0.23 0.19 0 0.42 228 0.14 0.52
Hex 72 79 95 17 13 0 2A E4 E 34
Octal 162 171 225 27 23 0 52 344 16 64
Binary 1110010 1111001 10010101 10111 10011 0 101010 11100100 1110 110100

Color Harmonies of #727995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727995

Black with #727995

Text Example


Text Example

White with #727995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727995; }

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

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

background-color css

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

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

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

border-color css

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

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

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