#7661A4

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

Shades of Scampi #7661A4

Tints of Scampi #7661A4

Color information

#7661A4 (or 0x7661A4) is unknown color: approx Scampi. HEX triplet: 76, 61 and A4. RGB value is (118,97,164). Sum of RGB (Red+Green+Blue) = 118+97+164=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #7661A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7661A4 is #899E5B. Grayscale: #6E6E6E. Windows color (decimal): -9018972 or 10772854. OLE color: 10772854.

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

Color convert

RGB11897164-
CMYK0.280.4100.36
HSL258.81º26.91%51.18%-
HSV(B)258.81º40.85%64.31%-
XYZ18.4515.0837.06-
YUV110.92157.96133.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=31.13%
G=25.59%
B=43.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118971640.280.4100.36258.8126.9151.18
Hex7661A41C290241031b33
Octal16614124434510444033363
Binary111011011000011010010011100101001010010010000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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