#756475

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

Shades of Old Lavender #756475

Tints of Old Lavender #756475

Color information

#756475 (or 0x756475) is unknown color: approx Old Lavender. HEX triplet: 75, 64 and 75. RGB value is (117,100,117). Sum of RGB (Red+Green+Blue) = 117+100+117=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756475 is #8A9B8A. Grayscale: #6A6A6A. Windows color (decimal): -9083787 or 7693429. OLE color: 7693429.

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

Color convert

RGB117100117-
CMYK00.1500.54
HSL300º7.83%42.55%-
HSV(B)300º14.53%45.88%-
XYZ15.114.1818.77-
YUV107.02133.63135.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=35.03%
G=29.94%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710011700.1500.543007.8342.55
Hex7564750F03612c82b
Octal1651441650170664541053
Binary1110101110010011101010111101101101001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756475; }

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

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

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

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

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

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

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

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