#76679E

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

Shades of Scampi #76679E

Tints of Scampi #76679E

Color information

#76679E (or 0x76679E) is unknown color: approx Scampi. HEX triplet: 76, 67 and 9E. RGB value is (118,103,158). Sum of RGB (Red+Green+Blue) = 118+103+158=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #76679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679E is #899861. Grayscale: #717171. Windows color (decimal): -9017442 or 10381174. OLE color: 10381174.

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

Color convert

RGB118103158-
CMYK0.250.3500.38
HSL256.36º22.09%51.18%-
HSV(B)256.36º34.81%61.96%-
XYZ18.4916.0234.47-
YUV113.76152.97131.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=31.13%
G=27.18%
B=41.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181031580.250.3500.38256.3622.0951.18
Hex76679E19230261001633
Octal16614723631430464002663
Binary111011011001111001111011001100011010011010000000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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