#756775

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

Shades of Old Lavender #756775

Tints of Old Lavender #756775

Color information

#756775 (or 0x756775) is unknown color: approx Old Lavender. HEX triplet: 75, 67 and 75. RGB value is (117,103,117). Sum of RGB (Red+Green+Blue) = 117+103+117=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756775 is #8A988A. Grayscale: #6C6C6C. Windows color (decimal): -9083019 or 7694197. OLE color: 7694197.

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

Color convert

RGB117103117-
CMYK00.1200.54
HSL300º6.36%43.14%-
HSV(B)300º11.97%45.88%-
XYZ15.414.7718.87-
YUV108.78132.64133.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=34.72%
G=30.56%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710311700.1200.543006.3643.14
Hex7567750C03612c62b
Octal165147165014066454653
Binary111010111001111110101011000110110100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756775; }

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

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

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

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

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

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

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

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