Html Css Color HEX #727891 Storm Grey

📋 copy color: '#727891'

red 114 ◦ green 120 ◦ blue 145

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

Shades of Storm Grey #727891

Tints of Storm Grey #727891

RGB

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

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

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

R = 30.08%
G = 31.66%
B = 38.26%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727891 (or 0x727891) is known color: Storm Grey. HEX triplet: 72, 78 and 91. RGB value is (114,120,145). Sum of RGB (Red+Green+Blue) = 114+120+145=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #727891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727891 is #8D876E. Grayscale: #787878. Windows color (decimal): -9275247 or 9533554. OLE color: 9533554.

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

Color convert

RGB 114 120 145 -
CMYK 0.21 0.17 0 0.43
HSL 228.39º 0.12% 0.51% -
HSV(B) 228.39º 0.21% 0.57% -
XYZ 18.77 19.05 29.48 -
YUV 121.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 114 120 145 0.21 0.17 0 0.43 228.39 0.12 0.51
Hex 72 78 91 15 11 0 2B E4 C 33
Octal 162 170 221 25 21 0 53 344 14 63
Binary 1110010 1111000 10010001 10101 10001 0 101011 11100100 1100 110011

Color Harmonies of #727891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727891

Black with #727891

Text Example


Text Example

White with #727891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727891; }

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

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

background-color css

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

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

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

border-color css

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

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

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