#736872

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

Shades of Old Lavender #736872

Tints of Old Lavender #736872

Color information

#736872 (or 0x736872) is unknown color: approx Old Lavender. HEX triplet: 73, 68 and 72. RGB value is (115,104,114). Sum of RGB (Red+Green+Blue) = 115+104+114=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #736872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736872 is #8C978D. Grayscale: #6C6C6C. Windows color (decimal): -9213838 or 7497843. OLE color: 7497843.

HSL color Cylindrical-coordinate representation of color #736872: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736872 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB115104114-
CMYK00.100.010.55
HSL305.45º5.02%42.94%-
HSV(B)305.45º9.57%45.1%-
XYZ15.0614.7617.97-
YUV108.43131.14132.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=34.53%
G=31.23%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510411400.100.010.55305.455.0242.94
Hex7368720A13713152b
Octal163150162012167461553
Binary111001111010001110010010101110111100110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736872; }

 p { color: rgb(115,104,114); }

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

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

 a { background-color: rgb(115,104,114); }

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

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

 span { border-color: rgb(115,104,114); }

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