#73759C

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

Shades of Scampi #73759C

Tints of Scampi #73759C

Color information

#73759C (or 0x73759C) is unknown color: approx Scampi. HEX triplet: 73, 75 and 9C. RGB value is (115,117,156). Sum of RGB (Red+Green+Blue) = 115+117+156=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #73759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759C is #8C8A63. Grayscale: #787878. Windows color (decimal): -9210468 or 10253683. OLE color: 10253683.

HSL color Cylindrical-coordinate representation of color #73759C: 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 #73759C is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115117156-
CMYK0.260.2500.39
HSL237.07º17.15%53.14%-
HSV(B)237.07º26.28%61.18%-
XYZ19.4318.7734.05-
YUV120.85147.84123.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=29.64%
G=30.15%
B=40.21%

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
Decimal1151171560.260.2500.39237.0717.1553.14
Hex73759C1A19027ed1135
Octal16316523432310473552165
Binary1110011111010110011100110101100101001111110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,117,156); }

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

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

 a { background-color: rgb(115,117,156); }

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

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

 span { border-color: rgb(115,117,156); }

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