#766372

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

Shades of Old Lavender #766372

Tints of Old Lavender #766372

Color information

#766372 (or 0x766372) is unknown color: approx Old Lavender. HEX triplet: 76, 63 and 72. RGB value is (118,99,114). Sum of RGB (Red+Green+Blue) = 118+99+114=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766372 is #899C8D. Grayscale: #6A6A6A. Windows color (decimal): -9018510 or 7496566. OLE color: 7496566.

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

Color convert

RGB11899114-
CMYK00.160.030.54
HSL312.63º8.76%42.55%-
HSV(B)312.63º16.1%46.27%-
XYZ14.9713.9917.83-
YUV106.39132.29136.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=35.65%
G=29.91%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189911400.160.030.54312.638.7642.55
Hex76637201033613992b
Octal1661431620203664711153
Binary111011011000111110010010000111101101001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766372; }

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

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

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

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

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

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

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

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