#746E62

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

Shades of Pablo #746E62

Tints of Pablo #746E62

Color information

#746E62 (or 0x746E62) is unknown color: approx Pablo. HEX triplet: 74, 6E and 62. RGB value is (116,110,98). Sum of RGB (Red+Green+Blue) = 116+110+98=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #746E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E62 is #8B919D. Grayscale: #6E6E6E. Windows color (decimal): -9146782 or 6450804. OLE color: 6450804.

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

Color convert

RGB11611098-
CMYK00.050.160.55
HSL40º8.41%41.96%-
HSV(B)40º15.52%45.49%-
XYZ14.9815.7513.81-
YUV110.43120.99131.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=35.80%
G=33.95%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161109800.050.160.55408.4141.96
Hex746E620510372882a
Octal164156142052067501052
Binary1110100110111011000100101100001101111010001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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