#757375

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

Shades of Old Lavender #757375

Tints of Old Lavender #757375

Color information

#757375 (or 0x757375) is unknown color: approx Old Lavender. HEX triplet: 75, 73 and 75. RGB value is (117,115,117). Sum of RGB (Red+Green+Blue) = 117+115+117=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #757375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757375 is #8A8C8A. Grayscale: #737373. Windows color (decimal): -9079947 or 7697269. OLE color: 7697269.

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

Color convert

RGB117115117-
CMYK00.0200.54
HSL300º0.86%45.49%-
HSV(B)300º1.71%45.88%-
XYZ16.6817.3319.3-
YUV115.83128.66128.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=33.52%
G=32.95%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711511700.0200.543000.8645.49
Hex7573750203612c12d
Octal16516316502066454155
Binary11101011110011111010101001101101001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757375; }

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

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

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

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

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

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

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

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