#765F99

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

Shades of Scampi #765F99

Tints of Scampi #765F99

Color information

#765F99 (or 0x765F99) is unknown color: approx Scampi. HEX triplet: 76, 5F and 99. RGB value is (118,95,153). Sum of RGB (Red+Green+Blue) = 118+95+153=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #765F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F99 is #89A066. Grayscale: #6C6C6C. Windows color (decimal): -9019495 or 10051446. OLE color: 10051446.

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

Color convert

RGB11895153-
CMYK0.230.3800.4
HSL263.79º23.39%48.63%-
HSV(B)263.79º37.91%60%-
XYZ17.3114.3431.99-
YUV108.49153.12134.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=32.24%
G=25.96%
B=41.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118951530.230.3800.4263.7923.3948.63
Hex765F9917260281081731
Octal16613723127460504102761
Binary111011010111111001100110111100110010100010000100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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