#766873

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

Shades of Old Lavender #766873

Tints of Old Lavender #766873

Color information

#766873 (or 0x766873) is unknown color: approx Old Lavender. HEX triplet: 76, 68 and 73. RGB value is (118,104,115). Sum of RGB (Red+Green+Blue) = 118+104+115=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766873 is #89978C. Grayscale: #6D6D6D. Windows color (decimal): -9017229 or 7563382. OLE color: 7563382.

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

Color convert

RGB118104115-
CMYK00.120.030.54
HSL312.86º6.31%43.53%-
HSV(B)312.86º11.86%46.27%-
XYZ15.5214.9918.3-
YUV109.44131.14134.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=35.01%
G=30.86%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411500.120.030.54312.866.3143.53
Hex7668730C33613962c
Octal166150163014366471654
Binary1110110110100011100110110011110110100111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766873; }

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

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

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

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

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

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

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

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