#746A75

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

Shades of Old Lavender #746A75

Tints of Old Lavender #746A75

Color information

#746A75 (or 0x746A75) is unknown color: approx Old Lavender. HEX triplet: 74, 6A and 75. RGB value is (116,106,117). Sum of RGB (Red+Green+Blue) = 116+106+117=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #746A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A75 is #8B958A. Grayscale: #6E6E6E. Windows color (decimal): -9147787 or 7694964. OLE color: 7694964.

HSL color Cylindrical-coordinate representation of color #746A75: hue angle of 294.55º degrees, saturation: 0.05, 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 #746A75 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116106117-
CMYK0.010.0900.54
HSL294.55º4.93%43.73%-
HSV(B)294.55º9.4%45.88%-
XYZ15.5715.3118.96-
YUV110.24131.81132.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=34.22%
G=31.27%
B=34.51%

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
Decimal1161061170.010.0900.54294.554.9343.73
Hex746A751903612752c
Octal164152165111066447554
Binary111010011010101110101110010110110100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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