Html Css Color HEX #727889 Storm Grey

📋 copy color: '#727889'

red 114 ◦ green 120 ◦ blue 137

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

Shades of Storm Grey #727889

Tints of Storm Grey #727889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 30.73%
G = 32.35%
B = 36.93%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#727889 (or 0x727889) is known color: Storm Grey. HEX triplet: 72, 78 and 89. RGB value is (114,120,137). Sum of RGB (Red+Green+Blue) = 114+120+137=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #727889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727889 is #8D8776. Grayscale: #787878. Windows color (decimal): -9275255 or 9009266. OLE color: 9009266.

HSL color Cylindrical-coordinate representation of color #727889: hue angle of 224.35º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727889 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 120 137 -
CMYK 0.17 0.12 0 0.46
HSL 224.35º 0.09% 0.49% -
HSV(B) 224.35º 0.17% 0.54% -
XYZ 18.17 18.82 26.34 -
YUV 120.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 114 120 137 0.17 0.12 0 0.46 224.35 0.09 0.49
Hex 72 78 89 11 C 0 2E E0 9 31
Octal 162 170 211 21 14 0 56 340 11 61
Binary 1110010 1111000 10001001 10001 1100 0 101110 11100000 1001 110001

Color Harmonies of #727889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727889

Black with #727889

Text Example


Text Example

White with #727889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727889; }

 p { color: rgb(114,120,137); }

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

background-color css

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

 a { background-color: rgb(114,120,137); }

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

border-color css

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

 span { border-color: rgb(114,120,137); }

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