#746B75

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

Shades of Old Lavender #746B75

Tints of Old Lavender #746B75

Color information

#746B75 (or 0x746B75) is unknown color: approx Old Lavender. HEX triplet: 74, 6B and 75. RGB value is (116,107,117). Sum of RGB (Red+Green+Blue) = 116+107+117=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #746B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B75 is #8B948A. Grayscale: #6E6E6E. Windows color (decimal): -9147531 or 7695220. OLE color: 7695220.

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

Color convert

RGB116107117-
CMYK0.010.0900.54
HSL294º4.46%43.92%-
HSV(B)294º8.55%45.88%-
XYZ15.6715.5119-
YUV110.83131.48131.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=34.12%
G=31.47%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161071170.010.0900.542944.4643.92
Hex746B751903612642c
Octal164153165111066446454
Binary111010011010111110101110010110110100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B75; }

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

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

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

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

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

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

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

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