#77664F

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

Shades of Coffee #77664F

Tints of Coffee #77664F

Color information

#77664F (or 0x77664F) is unknown color: approx Coffee. HEX triplet: 77, 66 and 4F. RGB value is (119,102,79). Sum of RGB (Red+Green+Blue) = 119+102+79=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77664F is #8899B0. Grayscale: #686868. Windows color (decimal): -8952241 or 5203575. OLE color: 5203575.

HSL color Cylindrical-coordinate representation of color #77664F: hue angle of 34.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77664F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB11910279-
CMYK00.140.340.53
HSL34.5º20.2%38.82%-
HSV(B)34.5º33.61%46.67%-
XYZ13.7713.999.37-
YUV104.46113.63138.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=39.67%
G=34%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191027900.140.340.5334.520.238.82
Hex77664F0E2235221427
Octal1671461170164265422447
Binary1110111110011010011110111010001011010110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77664F; }

 p { color: rgb(119,102,79); }

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

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

 a { background-color: rgb(119,102,79); }

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

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

 span { border-color: rgb(119,102,79); }

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