#765E9E

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

Shades of Scampi #765E9E

Tints of Scampi #765E9E

Color information

#765E9E (or 0x765E9E) is unknown color: approx Scampi. HEX triplet: 76, 5E and 9E. RGB value is (118,94,158). Sum of RGB (Red+Green+Blue) = 118+94+158=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #765E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765E9E is #89A161. Grayscale: #6C6C6C. Windows color (decimal): -9019746 or 10378870. OLE color: 10378870.

HSL color Cylindrical-coordinate representation of color #765E9E: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765E9E is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11894158-
CMYK0.250.4100.38
HSL262.5º25.4%49.41%-
HSV(B)262.5º40.51%61.96%-
XYZ17.6514.3334.18-
YUV108.47155.95134.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=31.89%
G=25.41%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118941580.250.4100.38262.525.449.41
Hex765E9E19290261061931
Octal16613623631510464063161
Binary111011010111101001111011001101001010011010000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,158); }

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

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

 a { background-color: rgb(118,94,158); }

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

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

 span { border-color: rgb(118,94,158); }

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