Html Css Color HEX #727A91 Storm Grey

📋 copy color: '#727A91'

red 114 ◦ green 122 ◦ blue 145

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

Shades of Storm Grey #727A91

Tints of Storm Grey #727A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

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

R = 29.92%
G = 32.02%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727A91 (or 0x727A91) is known color: Storm Grey. HEX triplet: 72, 7A and 91. RGB value is (114,122,145). Sum of RGB (Red+Green+Blue) = 114+122+145=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #727A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A91 is #8D856E. Grayscale: #7A7A7A. Windows color (decimal): -9274735 or 9534066. OLE color: 9534066.

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

Color convert

RGB 114 122 145 -
CMYK 0.21 0.16 0 0.43
HSL 224.52º 0.12% 0.51% -
HSV(B) 224.52º 0.21% 0.57% -
XYZ 19.01 19.54 29.56 -
YUV 122.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 114 122 145 0.21 0.16 0 0.43 224.52 0.12 0.51
Hex 72 7A 91 15 10 0 2B E1 C 33
Octal 162 172 221 25 20 0 53 341 14 63
Binary 1110010 1111010 10010001 10101 10000 0 101011 11100001 1100 110011

Color Harmonies of #727A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A91

Black with #727A91

Text Example


Text Example

White with #727A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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