#76679C

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

Shades of Scampi #76679C

Tints of Scampi #76679C

Color information

#76679C (or 0x76679C) is unknown color: approx Scampi. HEX triplet: 76, 67 and 9C. RGB value is (118,103,156). Sum of RGB (Red+Green+Blue) = 118+103+156=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #76679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679C is #899863. Grayscale: #717171. Windows color (decimal): -9017444 or 10250102. OLE color: 10250102.

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

Color convert

RGB118103156-
CMYK0.240.3400.39
HSL256.98º21.12%50.78%-
HSV(B)256.98º33.97%61.18%-
XYZ18.3215.9533.57-
YUV113.53151.97131.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=31.30%
G=27.32%
B=41.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181031560.240.3400.39256.9821.1250.78
Hex76679C18220271011533
Octal16614723430420474012563
Binary111011011001111001110011000100010010011110000000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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