#76679D

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

Shades of Scampi #76679D

Tints of Scampi #76679D

Color information

#76679D (or 0x76679D) is unknown color: approx Scampi. HEX triplet: 76, 67 and 9D. RGB value is (118,103,157). Sum of RGB (Red+Green+Blue) = 118+103+157=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #76679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679D is #899862. Grayscale: #717171. Windows color (decimal): -9017443 or 10315638. OLE color: 10315638.

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

Color convert

RGB118103157-
CMYK0.250.3400.38
HSL256.67º21.6%50.98%-
HSV(B)256.67º34.39%61.57%-
XYZ18.4115.9934.01-
YUV113.64152.47131.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=31.22%
G=27.25%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181031570.250.3400.38256.6721.650.98
Hex76679D19220261011633
Octal16614723531420464012663
Binary111011011001111001110111001100010010011010000000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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