#7669AA

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

Shades of Scampi #7669AA

Tints of Scampi #7669AA

Color information

#7669AA (or 0x7669AA) is unknown color: approx Scampi. HEX triplet: 76, 69 and AA. RGB value is (118,105,170). Sum of RGB (Red+Green+Blue) = 118+105+170=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #7669AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7669AA is #899655. Grayscale: #747474. Windows color (decimal): -9016918 or 11168118. OLE color: 11168118.

HSL color Cylindrical-coordinate representation of color #7669AA: hue angle of 252º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7669AA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118105170-
CMYK0.310.3800.33
HSL252º27.66%53.92%-
HSV(B)252º38.24%66.67%-
XYZ19.7816.8640.24-
YUV116.3158.31129.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=30.03%
G=26.72%
B=43.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181051700.310.3800.3325227.6653.92
Hex7669AA1F26021fc1c36
Octal16615125237460413743466
Binary11101101101001101010101111110011001000011111110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7669AA; }

 p { color: rgb(118,105,170); }

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

<style>
 a { background-color: #7669AA; }

 a { background-color: rgb(118,105,170); }

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

<style>
 span { border-color: #7669AA; }

 span { border-color: rgb(118,105,170); }

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