#73749A

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

Shades of Scampi #73749A

Tints of Scampi #73749A

Color information

#73749A (or 0x73749A) is unknown color: approx Scampi. HEX triplet: 73, 74 and 9A. RGB value is (115,116,154). Sum of RGB (Red+Green+Blue) = 115+116+154=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #73749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73749A is #8C8B65. Grayscale: #777777. Windows color (decimal): -9210726 or 10122355. OLE color: 10122355.

HSL color Cylindrical-coordinate representation of color #73749A: hue angle of 238.46º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73749A is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115116154-
CMYK0.250.2500.40
HSL238.46º16.18%52.75%-
HSV(B)238.46º25.32%60.39%-
XYZ19.1518.4733.13-
YUV120.03147.17124.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 154 (60.55% from 255) = 40%
R=29.87%
G=30.13%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151161540.250.2500.40238.4616.1852.75
Hex73749A1919028ee1035
Octal16316423231310503562065
Binary1110011111010010011010110011100101010001110111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73749A; }

 p { color: rgb(115,116,154); }

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

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

 a { background-color: rgb(115,116,154); }

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

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

 span { border-color: rgb(115,116,154); }

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