#766777

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

Shades of Old Lavender #766777

Tints of Old Lavender #766777

Color information

#766777 (or 0x766777) is unknown color: approx Old Lavender. HEX triplet: 76, 67 and 77. RGB value is (118,103,119). Sum of RGB (Red+Green+Blue) = 118+103+119=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #766777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766777 is #899888. Grayscale: #6D6D6D. Windows color (decimal): -9017481 or 7825270. OLE color: 7825270.

HSL color Cylindrical-coordinate representation of color #766777: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #766777 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118103119-
CMYK0.010.1300.53
HSL296.25º7.21%43.53%-
HSV(B)296.25º13.45%46.67%-
XYZ15.6514.8819.5-
YUV109.31133.47134.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 119 (46.88% from 255) = 35%
R=34.71%
G=30.29%
B=35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181031190.010.1300.53296.257.2143.53
Hex7667771D03512872c
Octal166147167115065450754
Binary111011011001111110111111010110101100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766777; }

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

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

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

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

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

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

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

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