#765CAA

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

Shades of Scampi #765CAA

Tints of Scampi #765CAA

Color information

#765CAA (or 0x765CAA) is unknown color: approx Scampi. HEX triplet: 76, 5C and AA. RGB value is (118,92,170). Sum of RGB (Red+Green+Blue) = 118+92+170=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #765CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765CAA is #89A355. Grayscale: #6C6C6C. Windows color (decimal): -9020246 or 11164790. OLE color: 11164790.

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

Color convert

RGB11892170-
CMYK0.310.4600.33
HSL260º31.45%51.37%-
HSV(B)260º45.88%66.67%-
XYZ18.5514.4139.83-
YUV108.67162.61134.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=31.05%
G=24.21%
B=44.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118921700.310.4600.3326031.4551.37
Hex765CAA1F2E0211041f33
Octal16613425237560414043763
Binary111011010111001010101011111101110010000110000010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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