#726496

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

Shades of Scampi #726496

Tints of Scampi #726496

Color information

#726496 (or 0x726496) is unknown color: approx Scampi. HEX triplet: 72, 64 and 96. RGB value is (114,100,150). Sum of RGB (Red+Green+Blue) = 114+100+150=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #726496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726496 is #8D9B69. Grayscale: #6D6D6D. Windows color (decimal): -9280362 or 9856114. OLE color: 9856114.

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

Color convert

RGB114100150-
CMYK0.240.3300.41
HSL256.8º20%49.02%-
HSV(B)256.8º33.33%58.82%-
XYZ1714.8930.83-
YUV109.89150.64130.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=31.32%
G=27.47%
B=41.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141001500.240.3300.41256.82049.02
Hex72649618210291011431
Octal16214422630410514012461
Binary111001011001001001011011000100001010100110000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726496; }

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

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

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

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

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

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

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

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