#76664B

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

Shades of Coffee #76664B

Tints of Coffee #76664B

Color information

#76664B (or 0x76664B) is unknown color: approx Coffee. HEX triplet: 76, 66 and 4B. RGB value is (118,102,75). Sum of RGB (Red+Green+Blue) = 118+102+75=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76664B is #8999B4. Grayscale: #676767. Windows color (decimal): -9017781 or 4941430. OLE color: 4941430.

HSL color Cylindrical-coordinate representation of color #76664B: hue angle of 37.67º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76664B is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11810275-
CMYK00.140.360.54
HSL37.67º22.28%37.84%-
HSV(B)37.67º36.44%46.27%-
XYZ13.4913.868.62-
YUV103.71111.8138.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=40%
G=34.58%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181027500.140.360.5437.6722.2837.84
Hex76664B0E2436261626
Octal1661461130164466462646
Binary1110110110011010010110111010010011011010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76664B; }

 p { color: rgb(118,102,75); }

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

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

 a { background-color: rgb(118,102,75); }

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

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

 span { border-color: rgb(118,102,75); }

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