Html Css Color HEX #776A4D Coffee

📋 copy color: '#776A4D'

red 119 ◦ green 106 ◦ blue 77

#776A4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee #776A4D

Tints of Coffee #776A4D

RGB

 RED value IS 119 (46.88% from 255) = 39.4%

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 39.4%
G = 35.1%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#776A4D (or 0x776A4D) is known color: Coffee. HEX triplet: 77, 6A and 4D. RGB value is (119,106,77). Sum of RGB (Red+Green+Blue) = 119+106+77=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A4D is #8895B2. Grayscale: #6A6A6A. Windows color (decimal): -8951219 or 5073527. OLE color: 5073527.

HSL color Cylindrical-coordinate representation of color #776A4D: hue angle of 41.43º 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 #776A4D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 77 -
CMYK 0 0.11 0.35 0.53
HSL 41.43º 0.21% 0.38% -
HSV(B) 41.43º 0.35% 0.47% -
XYZ 14.1 14.77 9.13 -
YUV 106.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 119 106 77 0 0.11 0.35 0.53 41.43 0.21 0.38
Hex 77 6A 4D 0 B 23 35 29 15 26
Octal 167 152 115 0 13 43 65 51 25 46
Binary 1110111 1101010 1001101 0 1011 100011 110101 101001 10101 100110

Color Harmonies of #776A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A4D

Black with #776A4D

Text Example


Text Example

White with #776A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776A4D; }

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

 H1.HeaderClassName
 {
   color: #776A4D;
 }
 .AnyTagClassName
 {
   color: #776A4D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #776A4D;
 }
 .BgClassName
 {
   background-color: #776A4D;
 }
</style>

border-color css

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

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

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