Html Css Color HEX #727797 Storm Grey

📋 copy color: '#727797'

red 114 ◦ green 119 ◦ blue 151

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

Shades of Storm Grey #727797

Tints of Storm Grey #727797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 29.69%
G = 30.99%
B = 39.32%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#727797 (or 0x727797) is known color: Storm Grey. HEX triplet: 72, 77 and 97. RGB value is (114,119,151). Sum of RGB (Red+Green+Blue) = 114+119+151=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #727797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727797 is #8D8868. Grayscale: #797979. Windows color (decimal): -9275497 or 9926514. OLE color: 9926514.

HSL color Cylindrical-coordinate representation of color #727797: hue angle of 231.89º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727797 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 119 151 -
CMYK 0.25 0.21 0 0.41
HSL 231.89º 0.15% 0.52% -
HSV(B) 231.89º 0.25% 0.59% -
XYZ 19.12 19.01 31.94 -
YUV 121.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 114 119 151 0.25 0.21 0 0.41 231.89 0.15 0.52
Hex 72 77 97 19 15 0 29 E8 F 34
Octal 162 167 227 31 25 0 51 350 17 64
Binary 1110010 1110111 10010111 11001 10101 0 101001 11101000 1111 110100

Color Harmonies of #727797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727797

Black with #727797

Text Example


Text Example

White with #727797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727797; }

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

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

background-color css

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

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

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

border-color css

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

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

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