#746675

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

Shades of Old Lavender #746675

Tints of Old Lavender #746675

Color information

#746675 (or 0x746675) is unknown color: approx Old Lavender. HEX triplet: 74, 66 and 75. RGB value is (116,102,117). Sum of RGB (Red+Green+Blue) = 116+102+117=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #746675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746675 is #8B998A. Grayscale: #6B6B6B. Windows color (decimal): -9148811 or 7693940. OLE color: 7693940.

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

Color convert

RGB116102117-
CMYK0.010.1300.54
HSL296º6.85%42.94%-
HSV(B)296º12.82%45.88%-
XYZ15.1614.518.83-
YUV107.9133.14133.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=34.63%
G=30.45%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161021170.010.1300.542966.8542.94
Hex7466751D03612872b
Octal164146165115066450753
Binary111010011001101110101111010110110100101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746675; }

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

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

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

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

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

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

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

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