#755D76

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

Shades of Old Lavender #755D76

Tints of Old Lavender #755D76

Color information

#755D76 (or 0x755D76) is unknown color: approx Old Lavender. HEX triplet: 75, 5D and 76. RGB value is (117,93,118). Sum of RGB (Red+Green+Blue) = 117+93+118=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #755D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D76 is #8AA289. Grayscale: #666666. Windows color (decimal): -9085578 or 7757173. OLE color: 7757173.

HSL color Cylindrical-coordinate representation of color #755D76: hue angle of 297.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755D76 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11793118-
CMYK0.010.2100.54
HSL297.6º11.85%41.37%-
HSV(B)297.6º21.19%46.27%-
XYZ14.5212.9218.87-
YUV103.03136.45137.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=35.67%
G=28.35%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117931180.010.2100.54297.611.8541.37
Hex755D7611503612ac29
Octal1651351661250664521451
Binary11101011011101111011011010101101101001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755D76; }

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

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

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

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

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

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

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

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