#756673

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

Shades of Old Lavender #756673

Tints of Old Lavender #756673

Color information

#756673 (or 0x756673) is unknown color: approx Old Lavender. HEX triplet: 75, 66 and 73. RGB value is (117,102,115). Sum of RGB (Red+Green+Blue) = 117+102+115=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756673 is #8A998C. Grayscale: #6B6B6B. Windows color (decimal): -9083277 or 7562869. OLE color: 7562869.

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

Color convert

RGB117102115-
CMYK00.130.020.54
HSL308º6.85%42.94%-
HSV(B)308º12.82%45.88%-
XYZ15.1814.5218.22-
YUV107.97131.97134.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=35.03%
G=30.54%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710211500.130.020.543086.8542.94
Hex7566730D23613472b
Octal165146163015266464753
Binary1110101110011011100110110110110110100110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756673; }

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

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

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

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

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

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

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

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