#75759A

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

Shades of Scampi #75759A

Tints of Scampi #75759A

Color information

#75759A (or 0x75759A) is unknown color: approx Scampi. HEX triplet: 75, 75 and 9A. RGB value is (117,117,154). Sum of RGB (Red+Green+Blue) = 117+117+154=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #75759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75759A is #8A8A65. Grayscale: #797979. Windows color (decimal): -9079398 or 10122613. OLE color: 10122613.

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

Color convert

RGB117117154-
CMYK0.240.2400.40
HSL240º15.48%53.14%-
HSV(B)240º24.03%60.39%-
XYZ19.5318.8433.18-
YUV121.22146.5124.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=30.15%
G=30.15%
B=39.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171171540.240.2400.4024015.4853.14
Hex75759A1818028f0f35
Octal16516523230300503601765
Binary111010111101011001101011000110000101000111100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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