#7666AA

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

Shades of Scampi #7666AA

Tints of Scampi #7666AA

Color information

#7666AA (or 0x7666AA) is unknown color: approx Scampi. HEX triplet: 76, 66 and AA. RGB value is (118,102,170). Sum of RGB (Red+Green+Blue) = 118+102+170=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7666AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AA is #899955. Grayscale: #727272. Windows color (decimal): -9017686 or 11167350. OLE color: 11167350.

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

Color convert

RGB118102170-
CMYK0.310.400.33
HSL254.12º28.57%53.33%-
HSV(B)254.12º40%66.67%-
XYZ19.4816.2640.14-
YUV114.54159.3130.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=30.26%
G=26.15%
B=43.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181021700.310.400.33254.1228.5753.33
Hex7666AA1F28021fe1d35
Octal16614625237500413763565
Binary11101101100110101010101111110100001000011111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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