#746755

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

Shades of Coffee #746755

Tints of Coffee #746755

Color information

#746755 (or 0x746755) is unknown color: approx Coffee. HEX triplet: 74, 67 and 55. RGB value is (116,103,85). Sum of RGB (Red+Green+Blue) = 116+103+85=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746755 is #8B98AA. Grayscale: #686868. Windows color (decimal): -9148587 or 5597044. OLE color: 5597044.

HSL color Cylindrical-coordinate representation of color #746755: hue angle of 34.84º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746755 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11610385-
CMYK00.110.270.55
HSL34.84º15.42%39.41%-
HSV(B)34.84º26.72%45.49%-
XYZ13.6914.0710.59-
YUV104.84116.81135.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=38.16%
G=33.88%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161038500.110.270.5534.8415.4239.41
Hex7467550B1B3723f27
Octal1641471250133367431747
Binary11101001100111101010101011110111101111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746755; }

 p { color: rgb(116,103,85); }

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

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

 a { background-color: rgb(116,103,85); }

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

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

 span { border-color: rgb(116,103,85); }

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