#756676

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

Shades of Old Lavender #756676

Tints of Old Lavender #756676

Color information

#756676 (or 0x756676) is unknown color: approx Old Lavender. HEX triplet: 75, 66 and 76. RGB value is (117,102,118). Sum of RGB (Red+Green+Blue) = 117+102+118=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #756676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756676 is #8A9989. Grayscale: #6C6C6C. Windows color (decimal): -9083274 or 7759477. OLE color: 7759477.

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

Color convert

RGB117102118-
CMYK0.010.1400.54
HSL296.25º7.27%43.14%-
HSV(B)296.25º13.56%46.27%-
XYZ15.3614.5919.15-
YUV108.31133.47134.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=34.72%
G=30.27%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171021180.010.1400.54296.257.2743.14
Hex7566761E03612872b
Octal165146166116066450753
Binary111010111001101110110111100110110100101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756676; }

 p { color: rgb(117,102,118); }

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

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

 a { background-color: rgb(117,102,118); }

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

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

 span { border-color: rgb(117,102,118); }

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