#766A55

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

Shades of Coffee #766A55

Tints of Coffee #766A55

Color information

#766A55 (or 0x766A55) is unknown color: approx Coffee. HEX triplet: 76, 6A and 55. RGB value is (118,106,85). Sum of RGB (Red+Green+Blue) = 118+106+85=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A55 is #8995AA. Grayscale: #6B6B6B. Windows color (decimal): -9016747 or 5597814. OLE color: 5597814.

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

Color convert

RGB11810685-
CMYK00.100.280.54
HSL38.18º16.26%39.8%-
HSV(B)38.18º27.97%46.27%-
XYZ14.2614.8210.7-
YUV107.19115.48135.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=38.19%
G=34.30%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181068500.100.280.5438.1816.2639.8
Hex766A550A1C36261028
Octal1661521250123466462050
Binary111011011010101010101010101110011011010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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