#7472A2

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

Shades of Scampi #7472A2

Tints of Scampi #7472A2

Color information

#7472A2 (or 0x7472A2) is unknown color: approx Scampi. HEX triplet: 74, 72 and A2. RGB value is (116,114,162). Sum of RGB (Red+Green+Blue) = 116+114+162=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #7472A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7472A2 is #8B8D5D. Grayscale: #777777. Windows color (decimal): -9145694 or 10646132. OLE color: 10646132.

HSL color Cylindrical-coordinate representation of color #7472A2: hue angle of 242.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7472A2 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116114162-
CMYK0.280.3000.36
HSL242.5º20.51%54.12%-
HSV(B)242.5º29.63%63.53%-
XYZ19.7418.3636.69-
YUV120.07151.66125.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=29.59%
G=29.08%
B=41.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161141620.280.3000.36242.520.5154.12
Hex7472A21C1E024f21536
Octal16416224234360443622566
Binary1110100111001010100010111001111001001001111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7472A2; }

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

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

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

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

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

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

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

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