Html Css Color HEX #727387 Storm Grey

📋 copy color: '#727387'

red 114 ◦ green 115 ◦ blue 135

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

Shades of Storm Grey #727387

Tints of Storm Grey #727387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 31.32%
G = 31.59%
B = 37.09%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727387 (or 0x727387) is known color: Storm Grey. HEX triplet: 72, 73 and 87. RGB value is (114,115,135). Sum of RGB (Red+Green+Blue) = 114+115+135=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #727387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727387 is #8D8C78. Grayscale: #747474. Windows color (decimal): -9276537 or 8876914. OLE color: 8876914.

HSL color Cylindrical-coordinate representation of color #727387: hue angle of 237.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727387 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 115 135 -
CMYK 0.16 0.15 0 0.47
HSL 237.14º 0.08% 0.49% -
HSV(B) 237.14º 0.16% 0.53% -
XYZ 17.44 17.59 25.4 -
YUV 116.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 114 115 135 0.16 0.15 0 0.47 237.14 0.08 0.49
Hex 72 73 87 10 F 0 2F ED 8 31
Octal 162 163 207 20 17 0 57 355 10 61
Binary 1110010 1110011 10000111 10000 1111 0 101111 11101101 1000 110001

Color Harmonies of #727387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727387

Black with #727387

Text Example


Text Example

White with #727387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727387; }

 p { color: rgb(114,115,135); }

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

background-color css

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

 a { background-color: rgb(114,115,135); }

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

border-color css

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

 span { border-color: rgb(114,115,135); }

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