#76649D

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

Shades of Scampi #76649D

Tints of Scampi #76649D

Color information

#76649D (or 0x76649D) is unknown color: approx Scampi. HEX triplet: 76, 64 and 9D. RGB value is (118,100,157). Sum of RGB (Red+Green+Blue) = 118+100+157=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #76649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76649D is #899B62. Grayscale: #6F6F6F. Windows color (decimal): -9018211 or 10314870. OLE color: 10314870.

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

Color convert

RGB118100157-
CMYK0.250.3600.38
HSL258.95º22.53%50.39%-
HSV(B)258.95º36.31%61.57%-
XYZ18.1115.433.92-
YUV111.88153.46132.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=31.47%
G=26.67%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181001570.250.3600.38258.9522.5350.39
Hex76649D19240261031732
Octal16614423531440464032762
Binary111011011001001001110111001100100010011010000001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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