#727192

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

Shades of Scampi #727192

Tints of Scampi #727192

Color information

#727192 (or 0x727192) is unknown color: approx Scampi. HEX triplet: 72, 71 and 92. RGB value is (114,113,146). Sum of RGB (Red+Green+Blue) = 114+113+146=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #727192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727192 is #8D8E6D. Grayscale: #747474. Windows color (decimal): -9277038 or 9597298. OLE color: 9597298.

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

Color convert

RGB114113146-
CMYK0.220.2300.43
HSL241.82º13.15%50.78%-
HSV(B)241.82º22.6%57.25%-
XYZ18.0317.4629.61-
YUV117.06144.33125.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=30.56%
G=30.29%
B=39.14%

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
Decimal1141131460.220.2300.43241.8213.1550.78
Hex727192161702Bf2d33
Octal16216122226270533621563
Binary111001011100011001001010110101110101011111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727192; }

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

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

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

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

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

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

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

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