#72749B

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

Shades of Scampi #72749B

Tints of Scampi #72749B

Color information

#72749B (or 0x72749B) is unknown color: approx Scampi. HEX triplet: 72, 74 and 9B. RGB value is (114,116,155). Sum of RGB (Red+Green+Blue) = 114+116+155=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #72749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72749B is #8D8B64. Grayscale: #777777. Windows color (decimal): -9276261 or 10187890. OLE color: 10187890.

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

Color convert

RGB114116155-
CMYK0.260.2500.39
HSL237.07º17.01%52.75%-
HSV(B)237.07º26.45%60.78%-
XYZ19.118.4333.56-
YUV119.85147.84123.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=29.61%
G=30.13%
B=40.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141161550.260.2500.39237.0717.0152.75
Hex72749B1A19027ed1135
Octal16216423332310473552165
Binary1110010111010010011011110101100101001111110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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