Html Css Color HEX #776955 Coffee

📋 copy color: '#776955'

red 119 ◦ green 105 ◦ blue 85

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

Shades of Coffee #776955

Tints of Coffee #776955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 38.51%
G = 33.98%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776955 (or 0x776955) is known color: Coffee. HEX triplet: 77, 69 and 55. RGB value is (119,105,85). Sum of RGB (Red+Green+Blue) = 119+105+85=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776955 is #8896AA. Grayscale: #6A6A6A. Windows color (decimal): -8951467 or 5597559. OLE color: 5597559.

HSL color Cylindrical-coordinate representation of color #776955: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776955 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 85 -
CMYK 0 0.12 0.29 0.53
HSL 35.29º 0.17% 0.4% -
HSV(B) 35.29º 0.29% 0.47% -
XYZ 14.3 14.68 10.67 -
YUV 106.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 119 105 85 0 0.12 0.29 0.53 35.29 0.17 0.4
Hex 77 69 55 0 C 1D 35 23 11 28
Octal 167 151 125 0 14 35 65 43 21 50
Binary 1110111 1101001 1010101 0 1100 11101 110101 100011 10001 101000

Color Harmonies of #776955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776955

Black with #776955

Text Example


Text Example

White with #776955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776955; }

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

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

background-color css

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

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

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

border-color css

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

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

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