#765C75

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

Shades of Old Lavender #765C75

Tints of Old Lavender #765C75

Color information

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

HSL color Cylindrical-coordinate representation of color #765C75: hue angle of 302.31º 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 #765C75 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11892117-
CMYK00.220.010.54
HSL302.31º12.38%41.18%-
HSV(B)302.31º22.03%46.27%-
XYZ14.5112.7918.53-
YUV102.62136.11138.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189211700.220.010.54302.3112.3841.18
Hex765C7501613612ec29
Octal1661341650261664561451
Binary11101101011100111010101011011101101001011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C75; }

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

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

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

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

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

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

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

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