#766B58

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

Shades of Coffee #766B58

Tints of Coffee #766B58

Color information

#766B58 (or 0x766B58) is unknown color: approx Coffee. HEX triplet: 76, 6B and 58. RGB value is (118,107,88). Sum of RGB (Red+Green+Blue) = 118+107+88=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B58 is #8994A7. Grayscale: #6C6C6C. Windows color (decimal): -9016488 or 5794678. OLE color: 5794678.

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

Color convert

RGB11810788-
CMYK00.090.250.54
HSL38º14.56%40.39%-
HSV(B)38º25.42%46.27%-
XYZ14.4915.0711.38-
YUV108.12116.64135.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=37.70%
G=34.19%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181078800.090.250.543814.5640.39
Hex766B5809193626f28
Octal1661531300113166461750
Binary11101101101011101100001001110011101101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,88); }

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

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

 a { background-color: rgb(118,107,88); }

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

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

 span { border-color: rgb(118,107,88); }

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