#75749C

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

Shades of Scampi #75749C

Tints of Scampi #75749C

Color information

#75749C (or 0x75749C) is unknown color: approx Scampi. HEX triplet: 75, 74 and 9C. RGB value is (117,116,156). Sum of RGB (Red+Green+Blue) = 117+116+156=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #75749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75749C is #8A8B63. Grayscale: #787878. Windows color (decimal): -9079652 or 10253429. OLE color: 10253429.

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

Color convert

RGB117116156-
CMYK0.250.2600.39
HSL241.5º16.81%53.33%-
HSV(B)241.5º25.64%61.18%-
XYZ19.5818.6734.02-
YUV120.86147.83125.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=30.08%
G=29.82%
B=40.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171161560.250.2600.39241.516.8153.33
Hex75749C191A027f21135
Octal16516423431320473622165
Binary1110101111010010011100110011101001001111111001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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