#746750

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

Shades of Coffee #746750

Tints of Coffee #746750

Color information

#746750 (or 0x746750) is unknown color: approx Coffee. HEX triplet: 74, 67 and 50. RGB value is (116,103,80). Sum of RGB (Red+Green+Blue) = 116+103+80=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746750 is #8B98AF. Grayscale: #686868. Windows color (decimal): -9148592 or 5269364. OLE color: 5269364.

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

Color convert

RGB11610380-
CMYK00.110.310.55
HSL38.33º18.37%38.43%-
HSV(B)38.33º31.03%45.49%-
XYZ13.513.999.58-
YUV104.26114.31136.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=38.80%
G=34.45%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161038000.110.310.5538.3318.3738.43
Hex7467500B1F37261226
Octal1641471200133767462246
Binary111010011001111010000010111111111011110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746750; }

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

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

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

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

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

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

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

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