#76759D

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

Shades of Scampi #76759D

Tints of Scampi #76759D

Color information

#76759D (or 0x76759D) is unknown color: approx Scampi. HEX triplet: 76, 75 and 9D. RGB value is (118,117,157). Sum of RGB (Red+Green+Blue) = 118+117+157=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #76759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76759D is #898A62. Grayscale: #797979. Windows color (decimal): -9013859 or 10319222. OLE color: 10319222.

HSL color Cylindrical-coordinate representation of color #76759D: hue angle of 241.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76759D is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118117157-
CMYK0.250.2500.38
HSL241.5º16.95%53.73%-
HSV(B)241.5º25.48%61.57%-
XYZ19.9219.0134.52-
YUV121.86147.83125.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=30.10%
G=29.85%
B=40.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181171570.250.2500.38241.516.9553.73
Hex76759D1919026f21136
Octal16616523531310463622166
Binary1110110111010110011101110011100101001101111001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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