#756C75

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

Shades of Old Lavender #756C75

Tints of Old Lavender #756C75

Color information

#756C75 (or 0x756C75) is unknown color: approx Old Lavender. HEX triplet: 75, 6C and 75. RGB value is (117,108,117). Sum of RGB (Red+Green+Blue) = 117+108+117=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C75 is #8A938A. Grayscale: #6F6F6F. Windows color (decimal): -9081739 or 7695477. OLE color: 7695477.

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

Color convert

RGB117108117-
CMYK00.0800.54
HSL300º4%44.12%-
HSV(B)300º7.69%45.88%-
XYZ15.9115.7919.04-
YUV111.72130.98131.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=34.21%
G=31.58%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710811700.0800.54300444.12
Hex756C750803612c42c
Octal165154165010066454454
Binary111010111011001110101010000110110100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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