#756272

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

Shades of Old Lavender #756272

Tints of Old Lavender #756272

Color information

#756272 (or 0x756272) is unknown color: approx Old Lavender. HEX triplet: 75, 62 and 72. RGB value is (117,98,114). Sum of RGB (Red+Green+Blue) = 117+98+114=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756272 is #8A9D8D. Grayscale: #696969. Windows color (decimal): -9084302 or 7496309. OLE color: 7496309.

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

Color convert

RGB11798114-
CMYK00.160.030.54
HSL309.47º8.84%42.16%-
HSV(B)309.47º16.24%45.88%-
XYZ14.7413.7317.79-
YUV105.5132.79136.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=35.56%
G=29.79%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179811400.160.030.54309.478.8442.16
Hex75627201033613592a
Octal1651421620203664651152
Binary111010111000101110010010000111101101001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756272; }

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

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

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

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

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

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

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

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