Html Css Color HEX #727592 Storm Grey

📋 copy color: '#727592'

red 114 ◦ green 117 ◦ blue 146

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

Shades of Storm Grey #727592

Tints of Storm Grey #727592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 30.24%
G = 31.03%
B = 38.73%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727592 (or 0x727592) is known color: Storm Grey. HEX triplet: 72, 75 and 92. RGB value is (114,117,146). Sum of RGB (Red+Green+Blue) = 114+117+146=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #727592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727592 is #8D8A6D. Grayscale: #777777. Windows color (decimal): -9276014 or 9598322. OLE color: 9598322.

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

Color convert

RGB 114 117 146 -
CMYK 0.22 0.20 0 0.43
HSL 234.38º 0.13% 0.51% -
HSV(B) 234.38º 0.22% 0.57% -
XYZ 18.49 18.38 29.77 -
YUV 119.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 114 117 146 0.22 0.20 0 0.43 234.38 0.13 0.51
Hex 72 75 92 16 14 0 2B EA D 33
Octal 162 165 222 26 24 0 53 352 15 63
Binary 1110010 1110101 10010010 10110 10100 0 101011 11101010 1101 110011

Color Harmonies of #727592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727592

Black with #727592

Text Example


Text Example

White with #727592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727592; }

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

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

background-color css

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

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

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

border-color css

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

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

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