#765772

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

Shades of Old Lavender #765772

Tints of Old Lavender #765772

Color information

#765772 (or 0x765772) is unknown color: approx Old Lavender. HEX triplet: 76, 57 and 72. RGB value is (118,87,114). Sum of RGB (Red+Green+Blue) = 118+87+114=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765772 is #89A88D. Grayscale: #636363. Windows color (decimal): -9021582 or 7493494. OLE color: 7493494.

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

Color convert

RGB11887114-
CMYK00.260.030.54
HSL307.74º15.12%40.2%-
HSV(B)307.74º26.27%46.27%-
XYZ13.9211.8817.48-
YUV99.35136.27141.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=36.99%
G=27.27%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711400.260.030.54307.7415.1240.2
Hex76577201A336134f28
Octal1661271620323664641750
Binary111011010101111110010011010111101101001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765772; }

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

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

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

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

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

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

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

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