#745772

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

Shades of Old Lavender #745772

Tints of Old Lavender #745772

Color information

#745772 (or 0x745772) is unknown color: approx Old Lavender. HEX triplet: 74, 57 and 72. RGB value is (116,87,114). Sum of RGB (Red+Green+Blue) = 116+87+114=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #745772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745772 is #8BA88D. Grayscale: #626262. Windows color (decimal): -9152654 or 7493492. OLE color: 7493492.

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

Color convert

RGB11687114-
CMYK00.250.020.55
HSL304.14º14.29%39.8%-
HSV(B)304.14º25%45.49%-
XYZ13.6511.7417.47-
YUV98.75136.61140.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=36.59%
G=27.44%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168711400.250.020.55304.1414.2939.8
Hex745772019237130e28
Octal1641271620312674601650
Binary111010010101111110010011001101101111001100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745772; }

 p { color: rgb(116,87,114); }

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

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

 a { background-color: rgb(116,87,114); }

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

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

 span { border-color: rgb(116,87,114); }

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