#756073

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

Shades of Old Lavender #756073

Tints of Old Lavender #756073

Color information

#756073 (or 0x756073) is unknown color: approx Old Lavender. HEX triplet: 75, 60 and 73. RGB value is (117,96,115). Sum of RGB (Red+Green+Blue) = 117+96+115=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756073 is #8A9F8C. Grayscale: #686868. Windows color (decimal): -9084813 or 7561333. OLE color: 7561333.

HSL color Cylindrical-coordinate representation of color #756073: hue angle of 305.71º 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 #756073 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11796115-
CMYK00.180.020.54
HSL305.71º9.86%41.76%-
HSV(B)305.71º17.95%45.88%-
XYZ14.6113.3918.03-
YUV104.44133.96136.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=35.67%
G=29.27%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179611500.180.020.54305.719.8641.76
Hex756073012236132a2a
Octal1651401630222664621252
Binary111010111000001110011010010101101101001100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756073; }

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

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

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

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

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

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

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

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