#766956

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

Shades of Coffee #766956

Tints of Coffee #766956

Color information

#766956 (or 0x766956) is unknown color: approx Coffee. HEX triplet: 76, 69 and 56. RGB value is (118,105,86). Sum of RGB (Red+Green+Blue) = 118+105+86=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766956 is #8996A9. Grayscale: #6A6A6A. Windows color (decimal): -9017002 or 5663094. OLE color: 5663094.

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

Color convert

RGB11810586-
CMYK00.110.270.54
HSL35.62º15.69%40%-
HSV(B)35.62º27.12%46.27%-
XYZ14.214.6310.88-
YUV106.72116.31136.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=38.19%
G=33.98%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181058600.110.270.5435.6215.6940
Hex7669560B1B36241028
Octal1661511260133366442050
Binary111011011010011010110010111101111011010010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766956; }

 p { color: rgb(118,105,86); }

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

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

 a { background-color: rgb(118,105,86); }

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

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

 span { border-color: rgb(118,105,86); }

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