#7670AF

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

Shades of Scampi #7670AF

Tints of Scampi #7670AF

Color information

#7670AF (or 0x7670AF) is unknown color: approx Scampi. HEX triplet: 76, 70 and AF. RGB value is (118,112,175). Sum of RGB (Red+Green+Blue) = 118+112+175=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #7670AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670AF is #898F50. Grayscale: #787878. Windows color (decimal): -9015121 or 11497590. OLE color: 11497590.

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

Color convert

RGB118112175-
CMYK0.330.3600.31
HSL245.71º28.25%56.27%-
HSV(B)245.71º36%68.63%-
XYZ2118.5443.03-
YUV120.98158.49125.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=29.14%
G=27.65%
B=43.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181121750.330.3600.31245.7128.2556.27
Hex7670AF212401Ff61c38
Octal16616025741440373663470
Binary11101101110000101011111000011001000111111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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