Html Css Color HEX #727389 Storm Grey

📋 copy color: '#727389'

red 114 ◦ green 115 ◦ blue 137

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

Shades of Storm Grey #727389

Tints of Storm Grey #727389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 31.15%
G = 31.42%
B = 37.43%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#727389 (or 0x727389) is known color: Storm Grey. HEX triplet: 72, 73 and 89. RGB value is (114,115,137). Sum of RGB (Red+Green+Blue) = 114+115+137=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #727389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727389 is #8D8C76. Grayscale: #757575. Windows color (decimal): -9276535 or 9007986. OLE color: 9007986.

HSL color Cylindrical-coordinate representation of color #727389: hue angle of 237.39º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727389 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 115 137 -
CMYK 0.17 0.16 0 0.46
HSL 237.39º 0.09% 0.49% -
HSV(B) 237.39º 0.17% 0.54% -
XYZ 17.59 17.65 26.15 -
YUV 117.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 114 115 137 0.17 0.16 0 0.46 237.39 0.09 0.49
Hex 72 73 89 11 10 0 2E ED 9 31
Octal 162 163 211 21 20 0 56 355 11 61
Binary 1110010 1110011 10001001 10001 10000 0 101110 11101101 1001 110001

Color Harmonies of #727389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727389

Black with #727389

Text Example


Text Example

White with #727389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727389; }

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

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

background-color css

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

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

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

border-color css

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

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

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