#74644F

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

Shades of Coffee #74644F

Tints of Coffee #74644F

Color information

#74644F (or 0x74644F) is unknown color: approx Coffee. HEX triplet: 74, 64 and 4F. RGB value is (116,100,79). Sum of RGB (Red+Green+Blue) = 116+100+79=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74644F is #8B9BB0. Grayscale: #666666. Windows color (decimal): -9149361 or 5203060. OLE color: 5203060.

HSL color Cylindrical-coordinate representation of color #74644F: hue angle of 34.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74644F is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB11610079-
CMYK00.140.320.55
HSL34.05º18.97%38.24%-
HSV(B)34.05º31.9%45.49%-
XYZ13.1713.399.29-
YUV102.39114.8137.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=39.32%
G=33.90%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161007900.140.320.5534.0518.9738.24
Hex74644F0E2037221326
Octal1641441170164067422346
Binary1110100110010010011110111010000011011110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74644F; }

 p { color: rgb(116,100,79); }

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

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

 a { background-color: rgb(116,100,79); }

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

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

 span { border-color: rgb(116,100,79); }

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