#746F64

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

Shades of Pablo #746F64

Tints of Pablo #746F64

Color information

#746F64 (or 0x746F64) is unknown color: approx Pablo. HEX triplet: 74, 6F and 64. RGB value is (116,111,100). Sum of RGB (Red+Green+Blue) = 116+111+100=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F64 is #8B909B. Grayscale: #6F6F6F. Windows color (decimal): -9146524 or 6582132. OLE color: 6582132.

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

Color convert

RGB116111100-
CMYK00.040.140.55
HSL41.25º7.41%42.35%-
HSV(B)41.25º13.79%45.49%-
XYZ15.191614.34-
YUV111.24121.66131.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=35.47%
G=33.94%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611110000.040.140.5541.257.4142.35
Hex746F6404E372972a
Octal16415714404166751752
Binary11101001101111110010001001110110111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,100); }

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

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

 a { background-color: rgb(116,111,100); }

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

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

 span { border-color: rgb(116,111,100); }

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