#726696

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

Shades of Scampi #726696

Tints of Scampi #726696

Color information

#726696 (or 0x726696) is unknown color: approx Scampi. HEX triplet: 72, 66 and 96. RGB value is (114,102,150). Sum of RGB (Red+Green+Blue) = 114+102+150=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #726696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726696 is #8D9969. Grayscale: #6E6E6E. Windows color (decimal): -9279850 or 9856626. OLE color: 9856626.

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

Color convert

RGB114102150-
CMYK0.240.3200.41
HSL255º19.05%49.41%-
HSV(B)255º32%58.82%-
XYZ17.215.2830.9-
YUV111.06149.98130.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=31.15%
G=27.87%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141021500.240.3200.4125519.0549.41
Hex7266961820029ff1331
Octal16214622630400513772361
Binary11100101100110100101101100010000001010011111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726696; }

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

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

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

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

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

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

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

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