#765EAA

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

Shades of Scampi #765EAA

Tints of Scampi #765EAA

Color information

#765EAA (or 0x765EAA) is unknown color: approx Scampi. HEX triplet: 76, 5E and AA. RGB value is (118,94,170). Sum of RGB (Red+Green+Blue) = 118+94+170=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #765EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765EAA is #89A155. Grayscale: #6D6D6D. Windows color (decimal): -9019734 or 11165302. OLE color: 11165302.

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

Color convert

RGB11894170-
CMYK0.310.4500.33
HSL258.95º30.89%51.76%-
HSV(B)258.95º44.71%66.67%-
XYZ18.7314.7639.89-
YUV109.84161.95133.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=30.89%
G=24.61%
B=44.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118941700.310.4500.33258.9530.8951.76
Hex765EAA1F2D0211031f34
Octal16613625237550414033764
Binary111011010111101010101011111101101010000110000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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