Html Css Color HEX #777156 Peat

📋 copy color: '#777156'

red 119 ◦ green 113 ◦ blue 86

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

Shades of Peat #777156

Tints of Peat #777156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

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

R = 37.42%
G = 35.53%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#777156 (or 0x777156) is known color: Peat. HEX triplet: 77, 71 and 56. RGB value is (119,113,86). Sum of RGB (Red+Green+Blue) = 119+113+86=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #777156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777156 is #888EA9. Grayscale: #6F6F6F. Windows color (decimal): -8949418 or 5665143. OLE color: 5665143.

HSL color Cylindrical-coordinate representation of color #777156: hue angle of 49.09º 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 #777156 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 86 -
CMYK 0 0.05 0.28 0.53
HSL 49.09º 0.16% 0.4% -
HSV(B) 49.09º 0.28% 0.47% -
XYZ 15.19 16.4 11.17 -
YUV 111.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 119 113 86 0 0.05 0.28 0.53 49.09 0.16 0.4
Hex 77 71 56 0 5 1C 35 31 10 28
Octal 167 161 126 0 5 34 65 61 20 50
Binary 1110111 1110001 1010110 0 101 11100 110101 110001 10000 101000

Color Harmonies of #777156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777156

Black with #777156

Text Example


Text Example

White with #777156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777156; }

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

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

background-color css

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

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

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

border-color css

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

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

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