#756374

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

Shades of Old Lavender #756374

Tints of Old Lavender #756374

Color information

#756374 (or 0x756374) is unknown color: approx Old Lavender. HEX triplet: 75, 63 and 74. RGB value is (117,99,116). Sum of RGB (Red+Green+Blue) = 117+99+116=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756374 is #8A9C8B. Grayscale: #6A6A6A. Windows color (decimal): -9084044 or 7627637. OLE color: 7627637.

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

Color convert

RGB11799116-
CMYK00.150.010.54
HSL303.33º8.33%42.35%-
HSV(B)303.33º15.38%45.88%-
XYZ14.9513.9718.43-
YUV106.32133.46135.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=35.24%
G=29.82%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179911600.150.010.54303.338.3342.35
Hex7563740F13612f82a
Octal1651431640171664571052
Binary1110101110001111101000111111101101001011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756374; }

 p { color: rgb(117,99,116); }

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

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

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

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

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

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

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