#755C76

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

Shades of Old Lavender #755C76

Tints of Old Lavender #755C76

Color information

#755C76 (or 0x755C76) is unknown color: approx Old Lavender. HEX triplet: 75, 5C and 76. RGB value is (117,92,118). Sum of RGB (Red+Green+Blue) = 117+92+118=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #755C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C76 is #8AA389. Grayscale: #666666. Windows color (decimal): -9085834 or 7756917. OLE color: 7756917.

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

Color convert

RGB11792118-
CMYK0.010.2200.54
HSL297.69º12.38%41.18%-
HSV(B)297.69º22.03%46.27%-
XYZ14.4312.7418.84-
YUV102.44136.78138.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=35.78%
G=28.13%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117921180.010.2200.54297.6912.3841.18
Hex755C7611603612ac29
Octal1651341661260664521451
Binary11101011011100111011011011001101101001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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