Html Css Color HEX #727388 Storm Grey

📋 copy color: '#727388'

red 114 ◦ green 115 ◦ blue 136

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

Shades of Storm Grey #727388

Tints of Storm Grey #727388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 31.23%
G = 31.51%
B = 37.26%

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

#727388 (or 0x727388) is known color: Storm Grey. HEX triplet: 72, 73 and 88. RGB value is (114,115,136). Sum of RGB (Red+Green+Blue) = 114+115+136=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #727388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727388 is #8D8C77. Grayscale: #757575. Windows color (decimal): -9276536 or 8942450. OLE color: 8942450.

HSL color Cylindrical-coordinate representation of color #727388: hue angle of 237.27º degrees, saturation: 0.09, 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 #727388 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 115 136 -
CMYK 0.16 0.15 0 0.47
HSL 237.27º 0.09% 0.49% -
HSV(B) 237.27º 0.16% 0.53% -
XYZ 17.51 17.62 25.77 -
YUV 117.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 114 115 136 0.16 0.15 0 0.47 237.27 0.09 0.49
Hex 72 73 88 10 F 0 2F ED 9 31
Octal 162 163 210 20 17 0 57 355 11 61
Binary 1110010 1110011 10001000 10000 1111 0 101111 11101101 1001 110001

Color Harmonies of #727388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727388

Black with #727388

Text Example


Text Example

White with #727388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727388; }

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

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

background-color css

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

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

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

border-color css

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

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

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