Html Css Color HEX #727986 Storm Grey

📋 copy color: '#727986'

red 114 ◦ green 121 ◦ blue 134

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

Shades of Storm Grey #727986

Tints of Storm Grey #727986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 30.89%
G = 32.79%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727986 (or 0x727986) is known color: Storm Grey. HEX triplet: 72, 79 and 86. RGB value is (114,121,134). Sum of RGB (Red+Green+Blue) = 114+121+134=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 134 - color contains mainly: blue. Hex color #727986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727986 is #8D8679. Grayscale: #787878. Windows color (decimal): -9275002 or 8812914. OLE color: 8812914.

HSL color Cylindrical-coordinate representation of color #727986: hue angle of 219º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #727986 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 121 134 -
CMYK 0.15 0.10 0 0.47
HSL 219º 0.08% 0.49% -
HSV(B) 219º 0.15% 0.53% -
XYZ 18.08 18.97 25.26 -
YUV 120.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 114 121 134 0.15 0.10 0 0.47 219 0.08 0.49
Hex 72 79 86 F A 0 2F DB 8 31
Octal 162 171 206 17 12 0 57 333 10 61
Binary 1110010 1111001 10000110 1111 1010 0 101111 11011011 1000 110001

Color Harmonies of #727986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727986

Black with #727986

Text Example


Text Example

White with #727986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727986; }

 p { color: rgb(114,121,134); }

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

background-color css

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

 a { background-color: rgb(114,121,134); }

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

border-color css

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

 span { border-color: rgb(114,121,134); }

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