#756575

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

Shades of Old Lavender #756575

Tints of Old Lavender #756575

Color information

#756575 (or 0x756575) is unknown color: approx Old Lavender. HEX triplet: 75, 65 and 75. RGB value is (117,101,117). Sum of RGB (Red+Green+Blue) = 117+101+117=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756575 is #8A9A8A. Grayscale: #6B6B6B. Windows color (decimal): -9083531 or 7693685. OLE color: 7693685.

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

Color convert

RGB117101117-
CMYK00.1400.54
HSL300º7.34%42.75%-
HSV(B)300º13.68%45.88%-
XYZ15.214.3718.8-
YUV107.61133.3134.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=34.93%
G=30.15%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710111700.1400.543007.3442.75
Hex7565750E03612c72b
Octal165145165016066454753
Binary111010111001011110101011100110110100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756575; }

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

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

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

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

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

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

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

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