#786D53

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

Shades of Peat #786D53

Tints of Peat #786D53

Color information

#786D53 (or 0x786D53) is unknown color: approx Peat. HEX triplet: 78, 6D and 53. RGB value is (120,109,83). Sum of RGB (Red+Green+Blue) = 120+109+83=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D53 is #8792AC. Grayscale: #6D6D6D. Windows color (decimal): -8884909 or 5467512. OLE color: 5467512.

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

Color convert

RGB12010983-
CMYK00.090.310.53
HSL42.16º18.23%39.8%-
HSV(B)42.16º30.83%47.06%-
XYZ14.7815.5510.41-
YUV109.32113.14135.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=38.46%
G=34.94%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201098300.090.310.5342.1618.2339.8
Hex786D53091F352a1228
Octal1701551230113765522250
Binary111100011011011010011010011111111010110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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