#76669C

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

Shades of Scampi #76669C

Tints of Scampi #76669C

Color information

#76669C (or 0x76669C) is unknown color: approx Scampi. HEX triplet: 76, 66 and 9C. RGB value is (118,102,156). Sum of RGB (Red+Green+Blue) = 118+102+156=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #76669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669C is #899963. Grayscale: #707070. Windows color (decimal): -9017700 or 10249846. OLE color: 10249846.

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

Color convert

RGB118102156-
CMYK0.240.3500.39
HSL257.78º21.43%50.59%-
HSV(B)257.78º34.62%61.18%-
XYZ18.2215.7533.53-
YUV112.94152.3131.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=31.38%
G=27.13%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181021560.240.3500.39257.7821.4350.59
Hex76669C18230271021533
Octal16614623430430474022563
Binary111011011001101001110011000100011010011110000001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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