#736672

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

Shades of Old Lavender #736672

Tints of Old Lavender #736672

Color information

#736672 (or 0x736672) is unknown color: approx Old Lavender. HEX triplet: 73, 66 and 72. RGB value is (115,102,114). Sum of RGB (Red+Green+Blue) = 115+102+114=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #736672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736672 is #8C998D. Grayscale: #6B6B6B. Windows color (decimal): -9214350 or 7497331. OLE color: 7497331.

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

Color convert

RGB115102114-
CMYK00.110.010.55
HSL304.62º5.99%42.55%-
HSV(B)304.62º11.3%45.1%-
XYZ14.8614.3617.91-
YUV107.25131.81133.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=34.74%
G=30.82%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510211400.110.010.55304.625.9942.55
Hex7366720B13713162b
Octal163146162013167461653
Binary111001111001101110010010111110111100110001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736672; }

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

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

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

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

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

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

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

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