Html Css Color HEX #727591 Storm Grey

📋 copy color: '#727591'

red 114 ◦ green 117 ◦ blue 145

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

Shades of Storm Grey #727591

Tints of Storm Grey #727591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 30.32%
G = 31.12%
B = 38.56%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727591 (or 0x727591) is known color: Storm Grey. HEX triplet: 72, 75 and 91. RGB value is (114,117,145). Sum of RGB (Red+Green+Blue) = 114+117+145=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #727591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727591 is #8D8A6E. Grayscale: #777777. Windows color (decimal): -9276015 or 9532786. OLE color: 9532786.

HSL color Cylindrical-coordinate representation of color #727591: hue angle of 234.19º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727591 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 117 145 -
CMYK 0.21 0.19 0 0.43
HSL 234.19º 0.12% 0.51% -
HSV(B) 234.19º 0.21% 0.57% -
XYZ 18.41 18.34 29.36 -
YUV 119.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 114 117 145 0.21 0.19 0 0.43 234.19 0.12 0.51
Hex 72 75 91 15 13 0 2B EA C 33
Octal 162 165 221 25 23 0 53 352 14 63
Binary 1110010 1110101 10010001 10101 10011 0 101011 11101010 1100 110011

Color Harmonies of #727591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727591

Black with #727591

Text Example


Text Example

White with #727591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727591; }

 p { color: rgb(114,117,145); }

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

background-color css

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

 a { background-color: rgb(114,117,145); }

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

border-color css

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

 span { border-color: rgb(114,117,145); }

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