#7767AA

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

Shades of Scampi #7767AA

Tints of Scampi #7767AA

Color information

#7767AA (or 0x7767AA) is unknown color: approx Scampi. HEX triplet: 77, 67 and AA. RGB value is (119,103,170). Sum of RGB (Red+Green+Blue) = 119+103+170=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #7767AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767AA is #889855. Grayscale: #737373. Windows color (decimal): -8951894 or 11167607. OLE color: 11167607.

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

Color convert

RGB119103170-
CMYK0.30.3900.33
HSL254.33º28.27%53.53%-
HSV(B)254.33º39.41%66.67%-
XYZ19.7116.5240.18-
YUV115.42158.8130.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=30.36%
G=26.28%
B=43.37%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191031700.30.3900.33254.3328.2753.53
Hex7767AA1E27021fe1c36
Octal16714725236470413763466
Binary11101111100111101010101111010011101000011111111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,103,170); }

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

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

 a { background-color: rgb(119,103,170); }

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

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

 span { border-color: rgb(119,103,170); }

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