#77694D

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

Shades of Coffee #77694D

Tints of Coffee #77694D

Color information

#77694D (or 0x77694D) is unknown color: approx Coffee. HEX triplet: 77, 69 and 4D. RGB value is (119,105,77). Sum of RGB (Red+Green+Blue) = 119+105+77=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77694D is #8896B2. Grayscale: #6A6A6A. Windows color (decimal): -8951475 or 5073271. OLE color: 5073271.

HSL color Cylindrical-coordinate representation of color #77694D: hue angle of 40º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77694D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11910577-
CMYK00.120.350.53
HSL40º21.43%38.43%-
HSV(B)40º35.29%46.67%-
XYZ1414.569.09-
YUV105.99111.64137.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=39.53%
G=34.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191057700.120.350.534021.4338.43
Hex77694D0C2335281526
Octal1671511150144365502546
Binary1110111110100110011010110010001111010110100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77694D; }

 p { color: rgb(119,105,77); }

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

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

 a { background-color: rgb(119,105,77); }

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

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

 span { border-color: rgb(119,105,77); }

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