Html Css Color HEX #776D56 Peat

📋 copy color: '#776D56'

red 119 ◦ green 109 ◦ blue 86

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

Shades of Peat #776D56

Tints of Peat #776D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 37.9%
G = 34.71%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#776D56 (or 0x776D56) is known color: Peat. HEX triplet: 77, 6D and 56. RGB value is (119,109,86). Sum of RGB (Red+Green+Blue) = 119+109+86=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D56 is #8892A9. Grayscale: #6D6D6D. Windows color (decimal): -8950442 or 5664119. OLE color: 5664119.

HSL color Cylindrical-coordinate representation of color #776D56: hue angle of 41.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776D56 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 86 -
CMYK 0 0.08 0.28 0.53
HSL 41.82º 0.16% 0.4% -
HSV(B) 41.82º 0.28% 0.47% -
XYZ 14.76 15.53 11.02 -
YUV 109.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 119 109 86 0 0.08 0.28 0.53 41.82 0.16 0.4
Hex 77 6D 56 0 8 1C 35 2A 10 28
Octal 167 155 126 0 10 34 65 52 20 50
Binary 1110111 1101101 1010110 0 1000 11100 110101 101010 10000 101000

Color Harmonies of #776D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D56

Black with #776D56

Text Example


Text Example

White with #776D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,86); }

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

background-color css

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

 a { background-color: rgb(119,109,86); }

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

border-color css

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

 span { border-color: rgb(119,109,86); }

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