#736771

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

Shades of Old Lavender #736771

Tints of Old Lavender #736771

Color information

#736771 (or 0x736771) is unknown color: approx Old Lavender. HEX triplet: 73, 67 and 71. RGB value is (115,103,113). Sum of RGB (Red+Green+Blue) = 115+103+113=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #736771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736771 is #8C988E. Grayscale: #6B6B6B. Windows color (decimal): -9214095 or 7432051. OLE color: 7432051.

HSL color Cylindrical-coordinate representation of color #736771: hue angle of 310º degrees, saturation: 0.06, 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 #736771 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB115103113-
CMYK00.100.020.55
HSL310º5.5%42.75%-
HSV(B)310º10.43%45.1%-
XYZ14.914.5417.64-
YUV107.73130.98133.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=34.74%
G=31.12%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510311300.100.020.553105.542.75
Hex7367710A23713662b
Octal163147161012267466653
Binary1110011110011111100010101010110111100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736771; }

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

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

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

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

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

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

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

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