#756E75

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

Shades of Old Lavender #756E75

Tints of Old Lavender #756E75

Color information

#756E75 (or 0x756E75) is unknown color: approx Old Lavender. HEX triplet: 75, 6E and 75. RGB value is (117,110,117). Sum of RGB (Red+Green+Blue) = 117+110+117=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E75 is #8A918A. Grayscale: #707070. Windows color (decimal): -9081227 or 7695989. OLE color: 7695989.

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

Color convert

RGB117110117-
CMYK00.0600.54
HSL300º3.08%44.51%-
HSV(B)300º5.98%45.88%-
XYZ16.1216.2219.11-
YUV112.89130.32130.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=34.01%
G=31.98%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711011700.0600.543003.0844.51
Hex756E750603612c32d
Octal16515616506066454355
Binary1110101110111011101010110011011010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E75; }

 p { color: rgb(117,110,117); }

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

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

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

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

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

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

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