#756773

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

Shades of Old Lavender #756773

Tints of Old Lavender #756773

Color information

#756773 (or 0x756773) is unknown color: approx Old Lavender. HEX triplet: 75, 67 and 73. RGB value is (117,103,115). Sum of RGB (Red+Green+Blue) = 117+103+115=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756773 is #8A988C. Grayscale: #6C6C6C. Windows color (decimal): -9083021 or 7563125. OLE color: 7563125.

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

Color convert

RGB117103115-
CMYK00.120.020.54
HSL308.57º6.36%43.14%-
HSV(B)308.57º11.97%45.88%-
XYZ15.2814.7218.26-
YUV108.55131.64134.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=34.93%
G=30.75%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710311500.120.020.54308.576.3643.14
Hex7567730C23613562b
Octal165147163014266465653
Binary1110101110011111100110110010110110100110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756773; }

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

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

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

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

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

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

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

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