Html Css Color HEX #727492 Storm Grey

📋 copy color: '#727492'

red 114 ◦ green 116 ◦ blue 146

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

Shades of Storm Grey #727492

Tints of Storm Grey #727492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 30.32%
G = 30.85%
B = 38.83%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727492 (or 0x727492) is known color: Storm Grey. HEX triplet: 72, 74 and 92. RGB value is (114,116,146). Sum of RGB (Red+Green+Blue) = 114+116+146=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #727492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727492 is #8D8B6D. Grayscale: #767676. Windows color (decimal): -9276270 or 9598066. OLE color: 9598066.

HSL color Cylindrical-coordinate representation of color #727492: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727492 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 116 146 -
CMYK 0.22 0.21 0 0.43
HSL 236.25º 0.13% 0.51% -
HSV(B) 236.25º 0.22% 0.57% -
XYZ 18.37 18.14 29.73 -
YUV 118.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 114 116 146 0.22 0.21 0 0.43 236.25 0.13 0.51
Hex 72 74 92 16 15 0 2B EC D 33
Octal 162 164 222 26 25 0 53 354 15 63
Binary 1110010 1110100 10010010 10110 10101 0 101011 11101100 1101 110011

Color Harmonies of #727492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727492

Black with #727492

Text Example


Text Example

White with #727492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727492; }

 p { color: rgb(114,116,146); }

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

background-color css

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

 a { background-color: rgb(114,116,146); }

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

border-color css

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

 span { border-color: rgb(114,116,146); }

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