#766A54

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

Shades of Coffee #766A54

Tints of Coffee #766A54

Color information

#766A54 (or 0x766A54) is unknown color: approx Coffee. HEX triplet: 76, 6A and 54. RGB value is (118,106,84). Sum of RGB (Red+Green+Blue) = 118+106+84=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A54 is #8995AB. Grayscale: #6B6B6B. Windows color (decimal): -9016748 or 5532278. OLE color: 5532278.

HSL color Cylindrical-coordinate representation of color #766A54: hue angle of 38.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766A54 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB11810684-
CMYK00.100.290.54
HSL38.82º16.83%39.61%-
HSV(B)38.82º28.81%46.27%-
XYZ14.2314.810.49-
YUV107.08114.98135.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=38.31%
G=34.42%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181068400.100.290.5438.8216.8339.61
Hex766A540A1D36271128
Octal1661521240123566472150
Binary111011011010101010100010101110111011010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A54; }

 p { color: rgb(118,106,84); }

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

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

 a { background-color: rgb(118,106,84); }

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

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

 span { border-color: rgb(118,106,84); }

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