#756072

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

Shades of Old Lavender #756072

Tints of Old Lavender #756072

Color information

#756072 (or 0x756072) is unknown color: approx Old Lavender. HEX triplet: 75, 60 and 72. RGB value is (117,96,114). Sum of RGB (Red+Green+Blue) = 117+96+114=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756072 is #8A9F8D. Grayscale: #686868. Windows color (decimal): -9084814 or 7495797. OLE color: 7495797.

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

Color convert

RGB11796114-
CMYK00.180.030.54
HSL308.57º9.86%41.76%-
HSV(B)308.57º17.95%45.88%-
XYZ14.5613.3617.73-
YUV104.33133.46137.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=35.78%
G=29.36%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179611400.180.030.54308.579.8641.76
Hex756072012336135a2a
Octal1651401620223664651252
Binary111010111000001110010010010111101101001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756072; }

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

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

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

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

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

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

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

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