#766F75

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

Shades of Old Lavender #766F75

Tints of Old Lavender #766F75

Color information

#766F75 (or 0x766F75) is unknown color: approx Old Lavender. HEX triplet: 76, 6F and 75. RGB value is (118,111,117). Sum of RGB (Red+Green+Blue) = 118+111+117=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #766F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F75 is #89908A. Grayscale: #717171. Windows color (decimal): -9015435 or 7696246. OLE color: 7696246.

HSL color Cylindrical-coordinate representation of color #766F75: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #766F75 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB118111117-
CMYK00.060.010.54
HSL308.57º3.06%44.9%-
HSV(B)308.57º5.93%46.27%-
XYZ16.3716.519.15-
YUV113.78129.82131.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=34.10%
G=32.08%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811111700.060.010.54308.573.0644.9
Hex766F750613613532d
Octal16615716506166465355
Binary1110110110111111101010110111011010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,117); }

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

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

 a { background-color: rgb(118,111,117); }

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

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

 span { border-color: rgb(118,111,117); }

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