#776D53

Color #776D53 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #776D53

Tints of Peat #776D53

Color information

#776D53 (or 0x776D53) is unknown color: approx Peat. HEX triplet: 77, 6D and 53. RGB value is (119,109,83). Sum of RGB (Red+Green+Blue) = 119+109+83=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D53 is #8892AC. Grayscale: #6D6D6D. Windows color (decimal): -8950445 or 5467511. OLE color: 5467511.

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

Color convert

RGB11910983-
CMYK00.080.300.53
HSL43.33º17.82%39.61%-
HSV(B)43.33º30.25%46.67%-
XYZ14.6415.4810.4-
YUV109.03113.31135.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=38.26%
G=35.05%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191098300.080.300.5343.3317.8239.61
Hex776D53081E352b1228
Octal1671551230103665532250
Binary111011111011011010011010001111011010110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #776D53;
 }
 .AnyTagClassName
 {
   color: #776D53;
 }
</style>
background-color css

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

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

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

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

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

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