#775972

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

Shades of Old Lavender #775972

Tints of Old Lavender #775972

Color information

#775972 (or 0x775972) is unknown color: approx Old Lavender. HEX triplet: 77, 59 and 72. RGB value is (119,89,114). Sum of RGB (Red+Green+Blue) = 119+89+114=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #775972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775972 is #88A68D. Grayscale: #646464. Windows color (decimal): -8955534 or 7494007. OLE color: 7494007.

HSL color Cylindrical-coordinate representation of color #775972: hue angle of 310º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775972 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11989114-
CMYK00.250.040.53
HSL310º14.42%40.78%-
HSV(B)310º25.21%46.67%-
XYZ14.2212.2817.54-
YUV100.82135.44140.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=36.96%
G=27.64%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198911400.250.040.5331014.4240.78
Hex775972019435136e29
Octal1671311620314654661651
Binary1110111101100111100100110011001101011001101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775972; }

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

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

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

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

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

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

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

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