#765972

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

Shades of Old Lavender #765972

Tints of Old Lavender #765972

Color information

#765972 (or 0x765972) is unknown color: approx Old Lavender. HEX triplet: 76, 59 and 72. RGB value is (118,89,114). Sum of RGB (Red+Green+Blue) = 118+89+114=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765972 is #89A68D. Grayscale: #646464. Windows color (decimal): -9021070 or 7494006. OLE color: 7494006.

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

Color convert

RGB11889114-
CMYK00.250.030.54
HSL308.28º14.01%40.59%-
HSV(B)308.28º24.58%46.27%-
XYZ14.0812.2117.53-
YUV100.52135.61140.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=36.76%
G=27.73%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188911400.250.030.54308.2814.0140.59
Hex765972019336134e29
Octal1661311620313664641651
Binary111011010110011110010011001111101101001101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765972; }

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

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

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

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

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

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

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

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