#766373

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

Shades of Old Lavender #766373

Tints of Old Lavender #766373

Color information

#766373 (or 0x766373) is unknown color: approx Old Lavender. HEX triplet: 76, 63 and 73. RGB value is (118,99,115). Sum of RGB (Red+Green+Blue) = 118+99+115=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766373 is #899C8C. Grayscale: #6A6A6A. Windows color (decimal): -9018509 or 7562102. OLE color: 7562102.

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

Color convert

RGB11899115-
CMYK00.160.030.54
HSL309.47º8.76%42.55%-
HSV(B)309.47º16.1%46.27%-
XYZ15.0314.0118.13-
YUV106.5132.79136.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=35.54%
G=29.82%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189911500.160.030.54309.478.7642.55
Hex76637301033613592b
Octal1661431630203664651153
Binary111011011000111110011010000111101101001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766373; }

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

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

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

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

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

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

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

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