#756A75

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

Shades of Old Lavender #756A75

Tints of Old Lavender #756A75

Color information

#756A75 (or 0x756A75) is unknown color: approx Old Lavender. HEX triplet: 75, 6A and 75. RGB value is (117,106,117). Sum of RGB (Red+Green+Blue) = 117+106+117=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A75 is #8A958A. Grayscale: #6E6E6E. Windows color (decimal): -9082251 or 7694965. OLE color: 7694965.

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

Color convert

RGB117106117-
CMYK00.0900.54
HSL300º4.93%43.73%-
HSV(B)300º9.4%45.88%-
XYZ15.715.3718.97-
YUV110.54131.64132.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=34.41%
G=31.18%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710611700.0900.543004.9343.73
Hex756A750903612c52c
Octal165152165011066454554
Binary111010111010101110101010010110110100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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