#766854

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

Shades of Coffee #766854

Tints of Coffee #766854

Color information

#766854 (or 0x766854) is unknown color: approx Coffee. HEX triplet: 76, 68 and 54. RGB value is (118,104,84). Sum of RGB (Red+Green+Blue) = 118+104+84=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766854 is #8997AB. Grayscale: #696969. Windows color (decimal): -9017260 or 5531766. OLE color: 5531766.

HSL color Cylindrical-coordinate representation of color #766854: hue angle of 35.29º 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 #766854 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB11810484-
CMYK00.120.290.54
HSL35.29º16.83%39.61%-
HSV(B)35.29º28.81%46.27%-
XYZ14.0214.3910.43-
YUV105.91115.64136.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=38.56%
G=33.99%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181048400.120.290.5435.2916.8339.61
Hex7668540C1D36231128
Octal1661501240143566432150
Binary111011011010001010100011001110111011010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766854; }

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

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

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

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

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

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

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

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