#765FAA

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

Shades of Scampi #765FAA

Tints of Scampi #765FAA

Color information

#765FAA (or 0x765FAA) is unknown color: approx Scampi. HEX triplet: 76, 5F and AA. RGB value is (118,95,170). Sum of RGB (Red+Green+Blue) = 118+95+170=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #765FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FAA is #89A055. Grayscale: #6E6E6E. Windows color (decimal): -9019478 or 11165558. OLE color: 11165558.

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

Color convert

RGB11895170-
CMYK0.310.4400.33
HSL258.4º30.61%51.96%-
HSV(B)258.4º44.12%66.67%-
XYZ18.8214.9439.92-
YUV110.43161.62133.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=30.81%
G=24.80%
B=44.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118951700.310.4400.33258.430.6151.96
Hex765FAA1F2C0211021f34
Octal16613725237540414023764
Binary111011010111111010101011111101100010000110000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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