#765FA5

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

Shades of Scampi #765FA5

Tints of Scampi #765FA5

Color information

#765FA5 (or 0x765FA5) is unknown color: approx Scampi. HEX triplet: 76, 5F and A5. RGB value is (118,95,165). Sum of RGB (Red+Green+Blue) = 118+95+165=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #765FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FA5 is #89A05A. Grayscale: #6D6D6D. Windows color (decimal): -9019483 or 10837878. OLE color: 10837878.

HSL color Cylindrical-coordinate representation of color #765FA5: hue angle of 259.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765FA5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11895165-
CMYK0.280.4200.35
HSL259.71º28%50.98%-
HSV(B)259.71º42.42%64.71%-
XYZ18.3514.7537.48-
YUV109.86159.12133.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 165 (64.84% from 255) = 43.65%
R=31.22%
G=25.13%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118951650.280.4200.35259.712850.98
Hex765FA51C2A0231041c33
Octal16613724534520434043463
Binary111011010111111010010111100101010010001110000010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765FA5; }

 p { color: rgb(118,95,165); }

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

<style>
 a { background-color: #765FA5; }

 a { background-color: rgb(118,95,165); }

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

<style>
 span { border-color: #765FA5; }

 span { border-color: rgb(118,95,165); }

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