#755E76

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

Shades of Old Lavender #755E76

Tints of Old Lavender #755E76

Color information

#755E76 (or 0x755E76) is unknown color: approx Old Lavender. HEX triplet: 75, 5E and 76. RGB value is (117,94,118). Sum of RGB (Red+Green+Blue) = 117+94+118=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #755E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E76 is #8AA189. Grayscale: #676767. Windows color (decimal): -9085322 or 7757429. OLE color: 7757429.

HSL color Cylindrical-coordinate representation of color #755E76: hue angle of 297.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E76 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11794118-
CMYK0.010.2000.54
HSL297.5º11.32%41.57%-
HSV(B)297.5º20.34%46.27%-
XYZ14.6113.118.9-
YUV103.61136.12137.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=35.56%
G=28.57%
B=35.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117941180.010.2000.54297.511.3241.57
Hex755E7611403612ab2a
Octal1651361661240664521352
Binary11101011011110111011011010001101101001010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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