Html Css Color HEX #727691 Storm Grey

📋 copy color: '#727691'

red 114 ◦ green 118 ◦ blue 145

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

Shades of Storm Grey #727691

Tints of Storm Grey #727691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 30.24%
G = 31.3%
B = 38.46%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727691 (or 0x727691) is known color: Storm Grey. HEX triplet: 72, 76 and 91. RGB value is (114,118,145). Sum of RGB (Red+Green+Blue) = 114+118+145=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #727691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727691 is #8D896E. Grayscale: #777777. Windows color (decimal): -9275759 or 9533042. OLE color: 9533042.

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

Color convert

RGB 114 118 145 -
CMYK 0.21 0.19 0 0.43
HSL 232.26º 0.12% 0.51% -
HSV(B) 232.26º 0.21% 0.57% -
XYZ 18.53 18.58 29.4 -
YUV 119.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 114 118 145 0.21 0.19 0 0.43 232.26 0.12 0.51
Hex 72 76 91 15 13 0 2B E8 C 33
Octal 162 166 221 25 23 0 53 350 14 63
Binary 1110010 1110110 10010001 10101 10011 0 101011 11101000 1100 110011

Color Harmonies of #727691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727691

Black with #727691

Text Example


Text Example

White with #727691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727691; }

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

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

background-color css

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

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

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

border-color css

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

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

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