#766C77

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

Shades of Old Lavender #766C77

Tints of Old Lavender #766C77

Color information

#766C77 (or 0x766C77) is unknown color: approx Old Lavender. HEX triplet: 76, 6C and 77. RGB value is (118,108,119). Sum of RGB (Red+Green+Blue) = 118+108+119=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #766C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C77 is #899388. Grayscale: #707070. Windows color (decimal): -9016201 or 7826550. OLE color: 7826550.

HSL color Cylindrical-coordinate representation of color #766C77: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766C77 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118108119-
CMYK0.010.0900.53
HSL294.55º4.85%44.51%-
HSV(B)294.55º9.24%46.67%-
XYZ16.1615.9119.67-
YUV112.24131.81132.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=34.20%
G=31.30%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181081190.010.0900.53294.554.8544.51
Hex766C771903512752d
Octal166154167111065447555
Binary111011011011001110111110010110101100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C77; }

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

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

<style>
 a { background-color: #766C77; }

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

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

<style>
 span { border-color: #766C77; }

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

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