#756476

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

Shades of Old Lavender #756476

Tints of Old Lavender #756476

Color information

#756476 (or 0x756476) is unknown color: approx Old Lavender. HEX triplet: 75, 64 and 76. RGB value is (117,100,118). Sum of RGB (Red+Green+Blue) = 117+100+118=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #756476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756476 is #8A9B89. Grayscale: #6B6B6B. Windows color (decimal): -9083786 or 7758965. OLE color: 7758965.

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

Color convert

RGB117100118-
CMYK0.010.1500.54
HSL296.67º8.26%42.75%-
HSV(B)296.67º15.25%46.27%-
XYZ15.1614.219.08-
YUV107.14134.13135.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=34.93%
G=29.85%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171001180.010.1500.54296.678.2642.75
Hex7564761F03612982b
Octal1651441661170664511053
Binary1110101110010011101101111101101101001010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756476; }

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

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

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

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

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

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

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

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