#756672

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

Shades of Old Lavender #756672

Tints of Old Lavender #756672

Color information

#756672 (or 0x756672) is unknown color: approx Old Lavender. HEX triplet: 75, 66 and 72. RGB value is (117,102,114). Sum of RGB (Red+Green+Blue) = 117+102+114=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756672 is #8A998D. Grayscale: #6B6B6B. Windows color (decimal): -9083278 or 7497333. OLE color: 7497333.

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

Color convert

RGB117102114-
CMYK00.130.030.54
HSL312º6.85%42.94%-
HSV(B)312º12.82%45.88%-
XYZ15.1214.517.92-
YUV107.85131.47134.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=35.14%
G=30.63%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710211400.130.030.543126.8542.94
Hex7566720D33613872b
Octal165146162015366470753
Binary1110101110011011100100110111110110100111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756672; }

 p { color: rgb(117,102,114); }

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

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

 a { background-color: rgb(117,102,114); }

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

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

 span { border-color: rgb(117,102,114); }

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