#756975

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

Shades of Old Lavender #756975

Tints of Old Lavender #756975

Color information

#756975 (or 0x756975) is unknown color: approx Old Lavender. HEX triplet: 75, 69 and 75. RGB value is (117,105,117). Sum of RGB (Red+Green+Blue) = 117+105+117=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756975 is #8A968A. Grayscale: #6D6D6D. Windows color (decimal): -9082507 or 7694709. OLE color: 7694709.

HSL color Cylindrical-coordinate representation of color #756975: 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.1%. Process color model (Four color, CMYK) of #756975 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB117105117-
CMYK00.1000.54
HSL300º5.41%43.53%-
HSV(B)300º10.26%45.88%-
XYZ15.615.1718.94-
YUV109.96131.98133.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=34.51%
G=30.97%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710511700.1000.543005.4143.53
Hex7569750A03612c52c
Octal165151165012066454554
Binary111010111010011110101010100110110100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756975; }

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

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

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

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

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

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

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

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