#755572

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

Shades of Old Lavender #755572

Tints of Old Lavender #755572

Color information

#755572 (or 0x755572) is unknown color: approx Old Lavender. HEX triplet: 75, 55 and 72. RGB value is (117,85,114). Sum of RGB (Red+Green+Blue) = 117+85+114=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755572 is #8AAA8D. Grayscale: #616161. Windows color (decimal): -9087630 or 7492981. OLE color: 7492981.

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

Color convert

RGB11785114-
CMYK00.270.030.54
HSL305.62º15.84%39.61%-
HSV(B)305.62º27.35%45.88%-
XYZ13.6211.4917.42-
YUV97.87137.1141.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=37.03%
G=26.90%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178511400.270.030.54305.6215.8439.61
Hex75557201B3361321028
Octal1651251620333664622050
Binary1110101101010111100100110111111011010011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755572; }

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

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

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

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

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

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

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

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