#7F5D75

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

Shades of Old Lavender #7F5D75

Tints of Old Lavender #7F5D75

Color information

#7F5D75 (or 0x7F5D75) is unknown color: approx Old Lavender. HEX triplet: 7F, 5D and 75. RGB value is (127,93,117). Sum of RGB (Red+Green+Blue) = 127+93+117=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D75 is #80A28A. Grayscale: #696969. Windows color (decimal): -8430219 or 7691647. OLE color: 7691647.

HSL color Cylindrical-coordinate representation of color #7F5D75: hue angle of 317.65º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F5D75 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB12793117-
CMYK00.270.080.50
HSL317.65º15.45%43.14%-
HSV(B)317.65º26.77%49.8%-
XYZ15.8813.6318.62-
YUV105.9134.26143.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=37.69%
G=27.60%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279311700.270.080.50317.6515.4543.14
Hex7F5D7501B83213ef2b
Octal17713516503310624761753
Binary11111111011101111010101101110001100101001111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5D75; }

 p { color: rgb(127,93,117); }

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

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

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

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

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

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

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