#775B72

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

Shades of Old Lavender #775B72

Tints of Old Lavender #775B72

Color information

#775B72 (or 0x775B72) is unknown color: approx Old Lavender. HEX triplet: 77, 5B and 72. RGB value is (119,91,114). Sum of RGB (Red+Green+Blue) = 119+91+114=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B72 is #88A48D. Grayscale: #656565. Windows color (decimal): -8955022 or 7494519. OLE color: 7494519.

HSL color Cylindrical-coordinate representation of color #775B72: hue angle of 310.71º 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 #775B72 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11991114-
CMYK00.240.040.53
HSL310.71º13.33%41.18%-
HSV(B)310.71º23.53%46.67%-
XYZ14.3912.6217.6-
YUV101.99134.78140.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=36.73%
G=28.09%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199111400.240.040.53310.7113.3341.18
Hex775B72018435137d29
Octal1671331620304654671551
Binary1110111101101111100100110001001101011001101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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