#755672

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

Shades of Old Lavender #755672

Tints of Old Lavender #755672

Color information

#755672 (or 0x755672) is unknown color: approx Old Lavender. HEX triplet: 75, 56 and 72. RGB value is (117,86,114). Sum of RGB (Red+Green+Blue) = 117+86+114=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755672 is #8AA98D. Grayscale: #626262. Windows color (decimal): -9087374 or 7493237. OLE color: 7493237.

HSL color Cylindrical-coordinate representation of color #755672: hue angle of 305.81º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755672 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11786114-
CMYK00.260.030.54
HSL305.81º15.27%39.8%-
HSV(B)305.81º26.5%45.88%-
XYZ13.711.6517.45-
YUV98.46136.77141.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=36.91%
G=27.13%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178611400.260.030.54305.8115.2739.8
Hex75567201A336132f28
Octal1651261620323664621750
Binary111010110101101110010011010111101101001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755672; }

 p { color: rgb(117,86,114); }

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

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

 a { background-color: rgb(117,86,114); }

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

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

 span { border-color: rgb(117,86,114); }

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