#727396

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

Shades of Scampi #727396

Tints of Scampi #727396

Color information

#727396 (or 0x727396) is unknown color: approx Scampi. HEX triplet: 72, 73 and 96. RGB value is (114,115,150). Sum of RGB (Red+Green+Blue) = 114+115+150=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #727396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727396 is #8D8C69. Grayscale: #767676. Windows color (decimal): -9276522 or 9859954. OLE color: 9859954.

HSL color Cylindrical-coordinate representation of color #727396: hue angle of 238.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #727396 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114115150-
CMYK0.240.2300.41
HSL238.33º14.63%51.76%-
HSV(B)238.33º24%58.82%-
XYZ18.5818.0431.36-
YUV118.69145.67124.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=30.08%
G=30.34%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141151500.240.2300.41238.3314.6351.76
Hex7273961817029eef34
Octal16216322630270513561764
Binary111001011100111001011011000101110101001111011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727396; }

 p { color: rgb(114,115,150); }

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

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

 a { background-color: rgb(114,115,150); }

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

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

 span { border-color: rgb(114,115,150); }

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