#736171

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

Shades of Old Lavender #736171

Tints of Old Lavender #736171

Color information

#736171 (or 0x736171) is unknown color: approx Old Lavender. HEX triplet: 73, 61 and 71. RGB value is (115,97,113). Sum of RGB (Red+Green+Blue) = 115+97+113=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #736171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736171 is #8C9E8E. Grayscale: #686868. Windows color (decimal): -9215631 or 7430515. OLE color: 7430515.

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

Color convert

RGB11597113-
CMYK00.160.020.55
HSL306.67º8.49%41.57%-
HSV(B)306.67º15.65%45.1%-
XYZ14.3313.3917.45-
YUV104.21132.96135.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=35.38%
G=29.85%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159711300.160.020.55306.678.4941.57
Hex73617101023713382a
Octal1631411610202674631052
Binary111001111000011110001010000101101111001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736171; }

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

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

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

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

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

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

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

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