#746957

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

Shades of Coffee #746957

Tints of Coffee #746957

Color information

#746957 (or 0x746957) is unknown color: approx Coffee. HEX triplet: 74, 69 and 57. RGB value is (116,105,87). Sum of RGB (Red+Green+Blue) = 116+105+87=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #746957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746957 is #8B96A8. Grayscale: #6A6A6A. Windows color (decimal): -9148073 or 5728628. OLE color: 5728628.

HSL color Cylindrical-coordinate representation of color #746957: hue angle of 37.24º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746957 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11610587-
CMYK00.090.250.55
HSL37.24º14.29%39.8%-
HSV(B)37.24º25%45.49%-
XYZ13.9714.511.08-
YUV106.24117.14134.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=37.66%
G=34.09%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161058700.090.250.5537.2414.2939.8
Hex74695709193725e28
Octal1641511270113167451650
Binary11101001101001101011101001110011101111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746957; }

 p { color: rgb(116,105,87); }

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

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

 a { background-color: rgb(116,105,87); }

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

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

 span { border-color: rgb(116,105,87); }

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