#727092

Color #727092 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #727092

Tints of Scampi #727092

Color information

#727092 (or 0x727092) is unknown color: approx Scampi. HEX triplet: 72, 70 and 92. RGB value is (114,112,146). Sum of RGB (Red+Green+Blue) = 114+112+146=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #727092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727092 is #8D8F6D. Grayscale: #747474. Windows color (decimal): -9277294 or 9597042. OLE color: 9597042.

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

Color convert

RGB114112146-
CMYK0.220.2300.43
HSL243.53º13.49%50.59%-
HSV(B)243.53º23.29%57.25%-
XYZ17.9217.2429.58-
YUV116.47144.66126.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=30.65%
G=30.11%
B=39.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141121460.220.2300.43243.5313.4950.59
Hex727092161702Bf4d33
Octal16216022226270533641563
Binary111001011100001001001010110101110101011111101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727092; }

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

 H1.HeaderClassName
 {
   color: #727092;
 }
 .AnyTagClassName
 {
   color: #727092;
 }
</style>
background-color css

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

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

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

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

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

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