#76759A

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

Shades of Scampi #76759A

Tints of Scampi #76759A

Color information

#76759A (or 0x76759A) is unknown color: approx Scampi. HEX triplet: 76, 75 and 9A. RGB value is (118,117,154). Sum of RGB (Red+Green+Blue) = 118+117+154=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #76759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76759A is #898A65. Grayscale: #797979. Windows color (decimal): -9013862 or 10122614. OLE color: 10122614.

HSL color Cylindrical-coordinate representation of color #76759A: hue angle of 241.62º 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 #76759A is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118117154-
CMYK0.230.2400.40
HSL241.62º15.48%53.14%-
HSV(B)241.62º24.03%60.39%-
XYZ19.6718.9133.18-
YUV121.52146.33125.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=30.33%
G=30.08%
B=39.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181171540.230.2400.40241.6215.4853.14
Hex76759A1718028f2f35
Octal16616523227300503621765
Binary111011011101011001101010111110000101000111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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