#775B76

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

Shades of Old Lavender #775B76

Tints of Old Lavender #775B76

Color information

#775B76 (or 0x775B76) is unknown color: approx Old Lavender. HEX triplet: 77, 5B and 76. RGB value is (119,91,118). Sum of RGB (Red+Green+Blue) = 119+91+118=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #775B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B76 is #88A489. Grayscale: #666666. Windows color (decimal): -8955018 or 7756663. OLE color: 7756663.

HSL color Cylindrical-coordinate representation of color #775B76: hue angle of 302.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B76 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB11991118-
CMYK00.240.010.53
HSL302.14º13.33%41.18%-
HSV(B)302.14º23.53%46.67%-
XYZ14.6212.7118.82-
YUV102.45136.78139.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=36.28%
G=27.74%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199111800.240.010.53302.1413.3341.18
Hex775B7601813512ed29
Octal1671331660301654561551
Binary11101111011011111011001100011101011001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,118); }

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

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

 a { background-color: rgb(119,91,118); }

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

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

 span { border-color: rgb(119,91,118); }

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