#76609D

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

Shades of Scampi #76609D

Tints of Scampi #76609D

Color information

#76609D (or 0x76609D) is unknown color: approx Scampi. HEX triplet: 76, 60 and 9D. RGB value is (118,96,157). Sum of RGB (Red+Green+Blue) = 118+96+157=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #76609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76609D is #899F62. Grayscale: #6D6D6D. Windows color (decimal): -9019235 or 10313846. OLE color: 10313846.

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

Color convert

RGB11896157-
CMYK0.250.3900.38
HSL261.64º24.11%49.61%-
HSV(B)261.64º38.85%61.57%-
XYZ17.7414.6533.79-
YUV109.53154.79134.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=31.81%
G=25.88%
B=42.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118961570.250.3900.38261.6424.1149.61
Hex76609D19270261061832
Octal16614023531470464063062
Binary111011011000001001110111001100111010011010000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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