#76609C

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

Shades of Scampi #76609C

Tints of Scampi #76609C

Color information

#76609C (or 0x76609C) is unknown color: approx Scampi. HEX triplet: 76, 60 and 9C. RGB value is (118,96,156). Sum of RGB (Red+Green+Blue) = 118+96+156=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #76609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76609C is #899F63. Grayscale: #6D6D6D. Windows color (decimal): -9019236 or 10248310. OLE color: 10248310.

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

Color convert

RGB11896156-
CMYK0.240.3800.39
HSL262º23.81%49.41%-
HSV(B)262º38.46%61.18%-
XYZ17.6514.6233.34-
YUV109.42154.29134.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=31.89%
G=25.95%
B=42.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118961560.240.3800.3926223.8149.41
Hex76609C18260271061831
Octal16614023430460474063061
Binary111011011000001001110011000100110010011110000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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