#755872

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

Shades of Old Lavender #755872

Tints of Old Lavender #755872

Color information

#755872 (or 0x755872) is unknown color: approx Old Lavender. HEX triplet: 75, 58 and 72. RGB value is (117,88,114). Sum of RGB (Red+Green+Blue) = 117+88+114=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755872 is #8AA78D. Grayscale: #636363. Windows color (decimal): -9086862 or 7493749. OLE color: 7493749.

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

Color convert

RGB11788114-
CMYK00.250.030.54
HSL306.21º14.15%40.2%-
HSV(B)306.21º24.79%45.88%-
XYZ13.8611.9817.5-
YUV99.64136.11140.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=36.68%
G=27.59%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178811400.250.030.54306.2114.1540.2
Hex755872019336132e28
Octal1651301620313664621650
Binary111010110110001110010011001111101101001100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755872; }

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

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

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

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

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

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

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

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