Html Css Color HEX #776A52 Coffee

📋 copy color: '#776A52'

red 119 ◦ green 106 ◦ blue 82

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

Shades of Coffee #776A52

Tints of Coffee #776A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 38.76%
G = 34.53%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#776A52 (or 0x776A52) is known color: Coffee. HEX triplet: 77, 6A and 52. RGB value is (119,106,82). Sum of RGB (Red+Green+Blue) = 119+106+82=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A52 is #8895AD. Grayscale: #6B6B6B. Windows color (decimal): -8951214 or 5401207. OLE color: 5401207.

HSL color Cylindrical-coordinate representation of color #776A52: hue angle of 38.92º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776A52 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 82 -
CMYK 0 0.11 0.31 0.53
HSL 38.92º 0.18% 0.39% -
HSV(B) 38.92º 0.31% 0.47% -
XYZ 14.28 14.84 10.09 -
YUV 107.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 119 106 82 0 0.11 0.31 0.53 38.92 0.18 0.39
Hex 77 6A 52 0 B 1F 35 27 12 27
Octal 167 152 122 0 13 37 65 47 22 47
Binary 1110111 1101010 1010010 0 1011 11111 110101 100111 10010 100111

Color Harmonies of #776A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A52

Black with #776A52

Text Example


Text Example

White with #776A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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