#775F75

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

Shades of Old Lavender #775F75

Tints of Old Lavender #775F75

Color information

#775F75 (or 0x775F75) is unknown color: approx Old Lavender. HEX triplet: 77, 5F and 75. RGB value is (119,95,117). Sum of RGB (Red+Green+Blue) = 119+95+117=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #775F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F75 is #88A08A. Grayscale: #686868. Windows color (decimal): -8953995 or 7692151. OLE color: 7692151.

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

Color convert

RGB11995117-
CMYK00.200.020.53
HSL305º11.21%41.96%-
HSV(B)305º20.17%46.67%-
XYZ14.9113.3918.63-
YUV104.68134.95138.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=35.95%
G=28.70%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199511700.200.020.5330511.2141.96
Hex775F75014235131b2a
Octal1671371650242654611352
Binary111011110111111110101010100101101011001100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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