#756D74

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

Shades of Old Lavender #756D74

Tints of Old Lavender #756D74

Color information

#756D74 (or 0x756D74) is unknown color: approx Old Lavender. HEX triplet: 75, 6D and 74. RGB value is (117,109,116). Sum of RGB (Red+Green+Blue) = 117+109+116=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #756D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D74 is #8A928B. Grayscale: #707070. Windows color (decimal): -9081484 or 7630197. OLE color: 7630197.

HSL color Cylindrical-coordinate representation of color #756D74: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D74 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB117109116-
CMYK00.070.010.54
HSL307.5º3.54%44.31%-
HSV(B)307.5º6.84%45.88%-
XYZ15.9615.9818.77-
YUV112.19130.15131.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=34.21%
G=31.87%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710911600.070.010.54307.53.5444.31
Hex756D740713613442c
Octal16515516407166464454
Binary11101011101101111010001111110110100110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D74; }

 p { color: rgb(117,109,116); }

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

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

 a { background-color: rgb(117,109,116); }

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

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

 span { border-color: rgb(117,109,116); }

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