Html Css Color HEX #727B91 Storm Grey

📋 copy color: '#727B91'

red 114 ◦ green 123 ◦ blue 145

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

Shades of Storm Grey #727B91

Tints of Storm Grey #727B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

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

R = 29.84%
G = 32.2%
B = 37.96%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727B91 (or 0x727B91) is known color: Storm Grey. HEX triplet: 72, 7B and 91. RGB value is (114,123,145). Sum of RGB (Red+Green+Blue) = 114+123+145=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #727B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B91 is #8D846E. Grayscale: #7A7A7A. Windows color (decimal): -9274479 or 9534322. OLE color: 9534322.

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

Color convert

RGB 114 123 145 -
CMYK 0.21 0.15 0 0.43
HSL 222.58º 0.12% 0.51% -
HSV(B) 222.58º 0.21% 0.57% -
XYZ 19.13 19.79 29.6 -
YUV 122.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 114 123 145 0.21 0.15 0 0.43 222.58 0.12 0.51
Hex 72 7B 91 15 F 0 2B DF C 33
Octal 162 173 221 25 17 0 53 337 14 63
Binary 1110010 1111011 10010001 10101 1111 0 101011 11011111 1100 110011

Color Harmonies of #727B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B91

Black with #727B91

Text Example


Text Example

White with #727B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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