#766A53

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

Shades of Coffee #766A53

Tints of Coffee #766A53

Color information

#766A53 (or 0x766A53) is unknown color: approx Coffee. HEX triplet: 76, 6A and 53. RGB value is (118,106,83). Sum of RGB (Red+Green+Blue) = 118+106+83=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A53 is #8995AC. Grayscale: #6B6B6B. Windows color (decimal): -9016749 or 5466742. OLE color: 5466742.

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

Color convert

RGB11810683-
CMYK00.100.300.54
HSL39.43º17.41%39.41%-
HSV(B)39.43º29.66%46.27%-
XYZ14.1914.7810.29-
YUV106.97114.48135.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=38.44%
G=34.53%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181068300.100.300.5439.4317.4139.41
Hex766A530A1E36271127
Octal1661521230123666472147
Binary111011011010101010011010101111011011010011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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