#74664F

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

Shades of Coffee #74664F

Tints of Coffee #74664F

Color information

#74664F (or 0x74664F) is unknown color: approx Coffee. HEX triplet: 74, 66 and 4F. RGB value is (116,102,79). Sum of RGB (Red+Green+Blue) = 116+102+79=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74664F is #8B99B0. Grayscale: #676767. Windows color (decimal): -9148849 or 5203572. OLE color: 5203572.

HSL color Cylindrical-coordinate representation of color #74664F: hue angle of 37.3º 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 #74664F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB11610279-
CMYK00.120.320.55
HSL37.3º18.97%38.24%-
HSV(B)37.3º31.9%45.49%-
XYZ13.3713.789.35-
YUV103.56114.14136.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=39.06%
G=34.34%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161027900.120.320.5537.318.9738.24
Hex74664F0C2037251326
Octal1641461170144067452346
Binary1110100110011010011110110010000011011110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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