#765E77

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

Shades of Old Lavender #765E77

Tints of Old Lavender #765E77

Color information

#765E77 (or 0x765E77) is unknown color: approx Old Lavender. HEX triplet: 76, 5E and 77. RGB value is (118,94,119). Sum of RGB (Red+Green+Blue) = 118+94+119=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #765E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E77 is #89A188. Grayscale: #676767. Windows color (decimal): -9019785 or 7822966. OLE color: 7822966.

HSL color Cylindrical-coordinate representation of color #765E77: hue angle of 297.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765E77 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11894119-
CMYK0.010.2100.53
HSL297.6º11.74%41.76%-
HSV(B)297.6º21.01%46.67%-
XYZ14.813.1919.22-
YUV104.03136.45137.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=35.65%
G=28.40%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118941190.010.2100.53297.611.7441.76
Hex765E7711503512ac2a
Octal1661361671250654521452
Binary11101101011110111011111010101101011001010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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