#746E5D

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

Shades of Pablo #746E5D

Tints of Pablo #746E5D

Color information

#746E5D (or 0x746E5D) is unknown color: approx Pablo. HEX triplet: 74, 6E and 5D. RGB value is (116,110,93). Sum of RGB (Red+Green+Blue) = 116+110+93=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5D is #8B91A2. Grayscale: #6D6D6D. Windows color (decimal): -9146787 or 6123124. OLE color: 6123124.

HSL color Cylindrical-coordinate representation of color #746E5D: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746E5D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11611093-
CMYK00.050.200.55
HSL44.35º11%40.98%-
HSV(B)44.35º19.83%45.49%-
XYZ14.7515.6612.6-
YUV109.86118.49132.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=36.36%
G=34.48%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161109300.050.200.5544.351140.98
Hex746E5D0514372cb29
Octal164156135052467541351
Binary1110100110111010111010101101001101111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,93); }

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

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

 a { background-color: rgb(116,110,93); }

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

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

 span { border-color: rgb(116,110,93); }

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