#736972

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

Shades of Old Lavender #736972

Tints of Old Lavender #736972

Color information

#736972 (or 0x736972) is unknown color: approx Old Lavender. HEX triplet: 73, 69 and 72. RGB value is (115,105,114). Sum of RGB (Red+Green+Blue) = 115+105+114=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #736972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736972 is #8C968D. Grayscale: #6C6C6C. Windows color (decimal): -9213582 or 7498099. OLE color: 7498099.

HSL color Cylindrical-coordinate representation of color #736972: hue angle of 306º 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 #736972 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB115105114-
CMYK00.090.010.55
HSL306º4.55%43.14%-
HSV(B)306º8.7%45.1%-
XYZ15.1614.9618.01-
YUV109.02130.81132.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=34.43%
G=31.44%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510511400.090.010.553064.5543.14
Hex7369720913713252b
Octal163151162011167462553
Binary111001111010011110010010011110111100110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736972; }

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

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

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

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

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

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

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

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