#766573

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

Shades of Old Lavender #766573

Tints of Old Lavender #766573

Color information

#766573 (or 0x766573) is unknown color: approx Old Lavender. HEX triplet: 76, 65 and 73. RGB value is (118,101,115). Sum of RGB (Red+Green+Blue) = 118+101+115=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766573 is #899A8C. Grayscale: #6B6B6B. Windows color (decimal): -9017997 or 7562614. OLE color: 7562614.

HSL color Cylindrical-coordinate representation of color #766573: hue angle of 310.59º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766573 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB118101115-
CMYK00.140.030.54
HSL310.59º7.76%42.94%-
HSV(B)310.59º14.41%46.27%-
XYZ15.2214.418.2-
YUV107.68132.13135.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=35.33%
G=30.24%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810111500.140.030.54310.597.7642.94
Hex7665730E33613782b
Octal1661451630163664671053
Binary11101101100101111001101110111101101001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766573; }

 p { color: rgb(118,101,115); }

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

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

 a { background-color: rgb(118,101,115); }

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

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

 span { border-color: rgb(118,101,115); }

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