#7670AB

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

Shades of Scampi #7670AB

Tints of Scampi #7670AB

Color information

#7670AB (or 0x7670AB) is unknown color: approx Scampi. HEX triplet: 76, 70 and AB. RGB value is (118,112,171). Sum of RGB (Red+Green+Blue) = 118+112+171=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #7670AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670AB is #898F54. Grayscale: #787878. Windows color (decimal): -9015125 or 11235446. OLE color: 11235446.

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

Color convert

RGB118112171-
CMYK0.310.3500.33
HSL246.1º25.99%55.49%-
HSV(B)246.1º34.5%67.06%-
XYZ20.6218.3840.99-
YUV120.52156.49126.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=29.43%
G=27.93%
B=42.64%

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
Decimal1181121710.310.3500.33246.125.9955.49
Hex7670AB1F23021f61a37
Octal16616025337430413663267
Binary11101101110000101010111111110001101000011111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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