Html Css Color HEX #727791 Storm Grey

📋 copy color: '#727791'

red 114 ◦ green 119 ◦ blue 145

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

Shades of Storm Grey #727791

Tints of Storm Grey #727791

RGB

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

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

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

R = 30.16%
G = 31.48%
B = 38.36%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727791 (or 0x727791) is known color: Storm Grey. HEX triplet: 72, 77 and 91. RGB value is (114,119,145). Sum of RGB (Red+Green+Blue) = 114+119+145=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #727791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727791 is #8D886E. Grayscale: #787878. Windows color (decimal): -9275503 or 9533298. OLE color: 9533298.

HSL color Cylindrical-coordinate representation of color #727791: hue angle of 230.32º 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 #727791 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 119 145 -
CMYK 0.21 0.18 0 0.43
HSL 230.32º 0.12% 0.51% -
HSV(B) 230.32º 0.21% 0.57% -
XYZ 18.65 18.82 29.44 -
YUV 120.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 114 119 145 0.21 0.18 0 0.43 230.32 0.12 0.51
Hex 72 77 91 15 12 0 2B E6 C 33
Octal 162 167 221 25 22 0 53 346 14 63
Binary 1110010 1110111 10010001 10101 10010 0 101011 11100110 1100 110011

Color Harmonies of #727791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727791

Black with #727791

Text Example


Text Example

White with #727791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727791; }

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

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

background-color css

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

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

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

border-color css

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

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

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