#766572

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

Shades of Old Lavender #766572

Tints of Old Lavender #766572

Color information

#766572 (or 0x766572) is unknown color: approx Old Lavender. HEX triplet: 76, 65 and 72. RGB value is (118,101,114). Sum of RGB (Red+Green+Blue) = 118+101+114=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766572 is #899A8D. Grayscale: #6B6B6B. Windows color (decimal): -9017998 or 7497078. OLE color: 7497078.

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

Color convert

RGB118101114-
CMYK00.140.030.54
HSL314.12º7.76%42.94%-
HSV(B)314.12º14.41%46.27%-
XYZ15.1614.3717.89-
YUV107.56131.63135.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=35.44%
G=30.33%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810111400.140.030.54314.127.7642.94
Hex7665720E33613a82b
Octal1661451620163664721053
Binary11101101100101111001001110111101101001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766572; }

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

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

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

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

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

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

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

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