#7670AE

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

Shades of Scampi #7670AE

Tints of Scampi #7670AE

Color information

#7670AE (or 0x7670AE) is unknown color: approx Scampi. HEX triplet: 76, 70 and AE. RGB value is (118,112,174). Sum of RGB (Red+Green+Blue) = 118+112+174=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7670AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670AE is #898F51. Grayscale: #787878. Windows color (decimal): -9015122 or 11432054. OLE color: 11432054.

HSL color Cylindrical-coordinate representation of color #7670AE: hue angle of 245.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7670AE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118112174-
CMYK0.320.3600.32
HSL245.81º27.68%56.08%-
HSV(B)245.81º35.63%68.24%-
XYZ20.9118.542.51-
YUV120.86157.99125.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=29.21%
G=27.72%
B=43.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181121740.320.3600.32245.8127.6856.08
Hex7670AE2024020f61c38
Octal16616025640440403663470
Binary111011011100001010111010000010010001000001111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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