#765F9F

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

Shades of Scampi #765F9F

Tints of Scampi #765F9F

Color information

#765F9F (or 0x765F9F) is unknown color: approx Scampi. HEX triplet: 76, 5F and 9F. RGB value is (118,95,159). Sum of RGB (Red+Green+Blue) = 118+95+159=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #765F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F9F is #89A060. Grayscale: #6C6C6C. Windows color (decimal): -9019489 or 10444662. OLE color: 10444662.

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

Color convert

RGB11895159-
CMYK0.260.4000.38
HSL261.56º25.2%49.8%-
HSV(B)261.56º40.25%62.35%-
XYZ17.8214.5434.67-
YUV109.17156.12134.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 159 (62.5% from 255) = 42.74%
R=31.72%
G=25.54%
B=42.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118951590.260.4000.38261.5625.249.8
Hex765F9F1A280261061932
Octal16613723732500464063162
Binary111011010111111001111111010101000010011010000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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