#7670AD

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

Shades of Scampi #7670AD

Tints of Scampi #7670AD

Color information

#7670AD (or 0x7670AD) is unknown color: approx Scampi. HEX triplet: 76, 70 and AD. RGB value is (118,112,173). Sum of RGB (Red+Green+Blue) = 118+112+173=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #7670AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670AD is #898F52. Grayscale: #787878. Windows color (decimal): -9015123 or 11366518. OLE color: 11366518.

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

Color convert

RGB118112173-
CMYK0.320.3500.32
HSL245.9º27.11%55.88%-
HSV(B)245.9º35.26%67.84%-
XYZ20.8118.4642-
YUV120.75157.49126.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=29.28%
G=27.79%
B=42.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181121730.320.3500.32245.927.1155.88
Hex7670AD2023020f61b38
Octal16616025540430403663370
Binary111011011100001010110110000010001101000001111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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