#766874

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

Shades of Old Lavender #766874

Tints of Old Lavender #766874

Color information

#766874 (or 0x766874) is unknown color: approx Old Lavender. HEX triplet: 76, 68 and 74. RGB value is (118,104,116). Sum of RGB (Red+Green+Blue) = 118+104+116=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766874 is #89978B. Grayscale: #6D6D6D. Windows color (decimal): -9017228 or 7628918. OLE color: 7628918.

HSL color Cylindrical-coordinate representation of color #766874: hue angle of 308.57º 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 #766874 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB118104116-
CMYK00.120.020.54
HSL308.57º6.31%43.53%-
HSV(B)308.57º11.86%46.27%-
XYZ15.5715.0118.6-
YUV109.55131.64134.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=34.91%
G=30.77%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411600.120.020.54308.576.3143.53
Hex7668740C23613562c
Octal166150164014266465654
Binary1110110110100011101000110010110110100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766874; }

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

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

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

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

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

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

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

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