#775673

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

Shades of Old Lavender #775673

Tints of Old Lavender #775673

Color information

#775673 (or 0x775673) is unknown color: approx Old Lavender. HEX triplet: 77, 56 and 73. RGB value is (119,86,115). Sum of RGB (Red+Green+Blue) = 119+86+115=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775673 is #88A98C. Grayscale: #636363. Windows color (decimal): -8956301 or 7558775. OLE color: 7558775.

HSL color Cylindrical-coordinate representation of color #775673: hue angle of 307.27º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775673 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11986115-
CMYK00.280.030.53
HSL307.27º16.1%40.2%-
HSV(B)307.27º27.73%46.67%-
XYZ14.0311.8217.76-
YUV99.17136.93142.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=37.19%
G=26.88%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198611500.280.030.53307.2716.140.2
Hex77567301C3351331028
Octal1671261630343654632050
Binary1110111101011011100110111001111010110011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775673; }

 p { color: rgb(119,86,115); }

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

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

 a { background-color: rgb(119,86,115); }

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

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

 span { border-color: rgb(119,86,115); }

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