#775E75

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

Shades of Old Lavender #775E75

Tints of Old Lavender #775E75

Color information

#775E75 (or 0x775E75) is unknown color: approx Old Lavender. HEX triplet: 77, 5E and 75. RGB value is (119,94,117). Sum of RGB (Red+Green+Blue) = 119+94+117=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #775E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E75 is #88A18A. Grayscale: #686868. Windows color (decimal): -8954251 or 7691895. OLE color: 7691895.

HSL color Cylindrical-coordinate representation of color #775E75: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E75 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB11994117-
CMYK00.210.020.53
HSL304.8º11.74%41.76%-
HSV(B)304.8º21.01%46.67%-
XYZ14.8213.2118.6-
YUV104.1135.28138.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=36.06%
G=28.48%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199411700.210.020.53304.811.7441.76
Hex775E75015235131c2a
Octal1671361650252654611452
Binary111011110111101110101010101101101011001100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E75; }

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

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

<style>
 a { background-color: #775E75; }

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

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

<style>
 span { border-color: #775E75; }

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

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