#75759C

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

Shades of Scampi #75759C

Tints of Scampi #75759C

Color information

#75759C (or 0x75759C) is unknown color: approx Scampi. HEX triplet: 75, 75 and 9C. RGB value is (117,117,156). Sum of RGB (Red+Green+Blue) = 117+117+156=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #75759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75759C is #8A8A63. Grayscale: #797979. Windows color (decimal): -9079396 or 10253685. OLE color: 10253685.

HSL color Cylindrical-coordinate representation of color #75759C: hue angle of 240º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75759C is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117117156-
CMYK0.250.2500.39
HSL240º16.46%53.53%-
HSV(B)240º25%61.18%-
XYZ19.718.934.06-
YUV121.45147.5124.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 156 (61.33% from 255) = 40%
R=30%
G=30%
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.39
SystemRedGreenBlueCMYKHSL
Decimal1171171560.250.2500.3924016.4653.53
Hex75759C1919027f01036
Octal16516523431310473602066
Binary1110101111010110011100110011100101001111111000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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