#765FAC

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

Shades of Scampi #765FAC

Tints of Scampi #765FAC

Color information

#765FAC (or 0x765FAC) is unknown color: approx Scampi. HEX triplet: 76, 5F and AC. RGB value is (118,95,172). Sum of RGB (Red+Green+Blue) = 118+95+172=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #765FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FAC is #89A053. Grayscale: #6E6E6E. Windows color (decimal): -9019476 or 11296630. OLE color: 11296630.

HSL color Cylindrical-coordinate representation of color #765FAC: hue angle of 257.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765FAC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11895172-
CMYK0.310.4500.33
HSL257.92º31.69%52.35%-
HSV(B)257.92º44.77%67.45%-
XYZ19.0115.0140.93-
YUV110.66162.62133.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=30.65%
G=24.68%
B=44.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118951720.310.4500.33257.9231.6952.35
Hex765FAC1F2D0211022034
Octal16613725437550414024064
Binary1110110101111110101100111111011010100001100000010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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