#746E5E

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

Shades of Pablo #746E5E

Tints of Pablo #746E5E

Color information

#746E5E (or 0x746E5E) is unknown color: approx Pablo. HEX triplet: 74, 6E and 5E. RGB value is (116,110,94). Sum of RGB (Red+Green+Blue) = 116+110+94=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5E is #8B91A1. Grayscale: #6E6E6E. Windows color (decimal): -9146786 or 6188660. OLE color: 6188660.

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

Color convert

RGB11611094-
CMYK00.050.190.55
HSL43.64º10.48%41.18%-
HSV(B)43.64º18.97%45.49%-
XYZ14.815.6712.83-
YUV109.97118.99132.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=36.25%
G=34.38%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161109400.050.190.5543.6410.4841.18
Hex746E5E0513372ca29
Octal164156136052367541251
Binary1110100110111010111100101100111101111011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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