#746855

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

Shades of Coffee #746855

Tints of Coffee #746855

Color information

#746855 (or 0x746855) is unknown color: approx Coffee. HEX triplet: 74, 68 and 55. RGB value is (116,104,85). Sum of RGB (Red+Green+Blue) = 116+104+85=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746855 is #8B97AA. Grayscale: #696969. Windows color (decimal): -9148331 or 5597300. OLE color: 5597300.

HSL color Cylindrical-coordinate representation of color #746855: hue angle of 36.77º 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 #746855 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11610485-
CMYK00.100.270.55
HSL36.77º15.42%39.41%-
HSV(B)36.77º26.72%45.49%-
XYZ13.7914.2710.62-
YUV105.42116.48135.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=38.03%
G=34.10%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161048500.100.270.5536.7715.4239.41
Hex7468550A1B3725f27
Octal1641501250123367451747
Binary11101001101000101010101010110111101111001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746855; }

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

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

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

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

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

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

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

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