#7670A4

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

Shades of Scampi #7670A4

Tints of Scampi #7670A4

Color information

#7670A4 (or 0x7670A4) is unknown color: approx Scampi. HEX triplet: 76, 70 and A4. RGB value is (118,112,164). Sum of RGB (Red+Green+Blue) = 118+112+164=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #7670A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670A4 is #898F5B. Grayscale: #777777. Windows color (decimal): -9015132 or 10776694. OLE color: 10776694.

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

Color convert

RGB118112164-
CMYK0.280.3200.36
HSL246.92º22.22%54.12%-
HSV(B)246.92º31.71%64.31%-
XYZ19.9718.1237.57-
YUV119.72152.99126.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=29.95%
G=28.43%
B=41.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181121640.280.3200.36246.9222.2254.12
Hex7670A41C20024f71636
Octal16616024434400443672666
Binary11101101110000101001001110010000001001001111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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