#726996

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

Shades of Scampi #726996

Tints of Scampi #726996

Color information

#726996 (or 0x726996) is unknown color: approx Scampi. HEX triplet: 72, 69 and 96. RGB value is (114,105,150). Sum of RGB (Red+Green+Blue) = 114+105+150=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #726996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726996 is #8D9669. Grayscale: #707070. Windows color (decimal): -9279082 or 9857394. OLE color: 9857394.

HSL color Cylindrical-coordinate representation of color #726996: hue angle of 252º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726996 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114105150-
CMYK0.240.3000.41
HSL252º17.65%50%-
HSV(B)252º30%58.82%-
XYZ17.515.8831-
YUV112.82148.98128.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=30.89%
G=28.46%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141051500.240.3000.4125217.6550
Hex726996181E029fc1232
Octal16215122630360513742262
Binary1110010110100110010110110001111001010011111110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726996; }

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

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

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

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

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

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

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

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