#7670AC

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

Shades of Scampi #7670AC

Tints of Scampi #7670AC

Color information

#7670AC (or 0x7670AC) is unknown color: approx Scampi. HEX triplet: 76, 70 and AC. RGB value is (118,112,172). Sum of RGB (Red+Green+Blue) = 118+112+172=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #7670AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670AC is #898F53. Grayscale: #787878. Windows color (decimal): -9015124 or 11300982. OLE color: 11300982.

HSL color Cylindrical-coordinate representation of color #7670AC: hue angle of 246º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7670AC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118112172-
CMYK0.310.3500.33
HSL246º26.55%55.69%-
HSV(B)246º34.88%67.45%-
XYZ20.7118.4241.49-
YUV120.63156.99126.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=29.35%
G=27.86%
B=42.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181121720.310.3500.3324626.5555.69
Hex7670AC1F23021f61b38
Octal16616025437430413663370
Binary11101101110000101011001111110001101000011111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7670AC; }

 p { color: rgb(118,112,172); }

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

<style>
 a { background-color: #7670AC; }

 a { background-color: rgb(118,112,172); }

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

<style>
 span { border-color: #7670AC; }

 span { border-color: rgb(118,112,172); }

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