#7767A8

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

Shades of Scampi #7767A8

Tints of Scampi #7767A8

Color information

#7767A8 (or 0x7767A8) is unknown color: approx Scampi. HEX triplet: 77, 67 and A8. RGB value is (119,103,168). Sum of RGB (Red+Green+Blue) = 119+103+168=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 168 - color contains mainly: blue. Hex color #7767A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767A8 is #889857. Grayscale: #727272. Windows color (decimal): -8951896 or 11036535. OLE color: 11036535.

HSL color Cylindrical-coordinate representation of color #7767A8: hue angle of 254.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7767A8 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB119103168-
CMYK0.290.3900.34
HSL254.77º27.2%53.14%-
HSV(B)254.77º38.69%65.88%-
XYZ19.5316.4539.19-
YUV115.19157.8130.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 168 (66.02% from 255) = 43.08%
R=30.51%
G=26.41%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191031680.290.3900.34254.7727.253.14
Hex7767A81D27022ff1b35
Octal16714725035470423773365
Binary11101111100111101010001110110011101000101111111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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