#736971

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

Shades of Old Lavender #736971

Tints of Old Lavender #736971

Color information

#736971 (or 0x736971) is unknown color: approx Old Lavender. HEX triplet: 73, 69 and 71. RGB value is (115,105,113). Sum of RGB (Red+Green+Blue) = 115+105+113=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #736971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736971 is #8C968E. Grayscale: #6C6C6C. Windows color (decimal): -9213583 or 7432563. OLE color: 7432563.

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

Color convert

RGB115105113-
CMYK00.090.020.55
HSL312º4.55%43.14%-
HSV(B)312º8.7%45.1%-
XYZ15.114.9417.71-
YUV108.9130.31132.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=34.53%
G=31.53%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510511300.090.020.553124.5543.14
Hex7369710923713852b
Octal163151161011267470553
Binary1110011110100111100010100110110111100111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736971; }

 p { color: rgb(115,105,113); }

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

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

 a { background-color: rgb(115,105,113); }

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

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

 span { border-color: rgb(115,105,113); }

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