#72749C

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

Shades of Scampi #72749C

Tints of Scampi #72749C

Color information

#72749C (or 0x72749C) is unknown color: approx Scampi. HEX triplet: 72, 74 and 9C. RGB value is (114,116,156). Sum of RGB (Red+Green+Blue) = 114+116+156=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #72749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72749C is #8D8B63. Grayscale: #777777. Windows color (decimal): -9276260 or 10253426. OLE color: 10253426.

HSL color Cylindrical-coordinate representation of color #72749C: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72749C is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114116156-
CMYK0.270.2600.39
HSL237.14º17.5%52.94%-
HSV(B)237.14º26.92%61.18%-
XYZ19.1918.4734.01-
YUV119.96148.34123.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=29.53%
G=30.05%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141161560.270.2600.39237.1417.552.94
Hex72749C1B1A027ed1235
Octal16216423433320473552265
Binary1110010111010010011100110111101001001111110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72749C; }

 p { color: rgb(114,116,156); }

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

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

 a { background-color: rgb(114,116,156); }

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

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

 span { border-color: rgb(114,116,156); }

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