#766877

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

Shades of Old Lavender #766877

Tints of Old Lavender #766877

Color information

#766877 (or 0x766877) is unknown color: approx Old Lavender. HEX triplet: 76, 68 and 77. RGB value is (118,104,119). Sum of RGB (Red+Green+Blue) = 118+104+119=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: blue. Hex color #766877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766877 is #899788. Grayscale: #6D6D6D. Windows color (decimal): -9017225 or 7825526. OLE color: 7825526.

HSL color Cylindrical-coordinate representation of color #766877: hue angle of 296º 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 #766877 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118104119-
CMYK0.010.1300.53
HSL296º6.73%43.73%-
HSV(B)296º12.61%46.67%-
XYZ15.7515.0819.53-
YUV109.9133.14133.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=34.60%
G=30.50%
B=34.90%

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
Decimal1181041190.010.1300.532966.7343.73
Hex7668771D03512872c
Octal166150167115065450754
Binary111011011010001110111111010110101100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766877; }

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

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

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

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

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

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

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

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