#756876

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

Shades of Old Lavender #756876

Tints of Old Lavender #756876

Color information

#756876 (or 0x756876) is unknown color: approx Old Lavender. HEX triplet: 75, 68 and 76. RGB value is (117,104,118). Sum of RGB (Red+Green+Blue) = 117+104+118=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #756876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756876 is #8A9789. Grayscale: #6D6D6D. Windows color (decimal): -9082762 or 7759989. OLE color: 7759989.

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

Color convert

RGB117104118-
CMYK0.010.1200.54
HSL295.71º6.31%43.53%-
HSV(B)295.71º11.86%46.27%-
XYZ15.5614.9919.21-
YUV109.48132.81133.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=34.51%
G=30.68%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171041180.010.1200.54295.716.3143.53
Hex7568761C03612862c
Octal165150166114066450654
Binary111010111010001110110111000110110100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756876; }

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

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

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

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

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

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

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

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