#746850

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

Shades of Coffee #746850

Tints of Coffee #746850

Color information

#746850 (or 0x746850) is unknown color: approx Coffee. HEX triplet: 74, 68 and 50. RGB value is (116,104,80). Sum of RGB (Red+Green+Blue) = 116+104+80=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746850 is #8B97AF. Grayscale: #686868. Windows color (decimal): -9148336 or 5269620. OLE color: 5269620.

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

Color convert

RGB11610480-
CMYK00.100.310.55
HSL40º18.37%38.43%-
HSV(B)40º31.03%45.49%-
XYZ13.614.199.61-
YUV104.85113.98135.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=38.67%
G=34.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161048000.100.310.554018.3738.43
Hex7468500A1F37281226
Octal1641501200123767502246
Binary111010011010001010000010101111111011110100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746850; }

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

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

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

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

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

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

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

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