#786D52

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

Shades of Peat #786D52

Tints of Peat #786D52

Color information

#786D52 (or 0x786D52) is unknown color: approx Peat. HEX triplet: 78, 6D and 52. RGB value is (120,109,82). Sum of RGB (Red+Green+Blue) = 120+109+82=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #786D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D52 is #8792AD. Grayscale: #6D6D6D. Windows color (decimal): -8884910 or 5401976. OLE color: 5401976.

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

Color convert

RGB12010982-
CMYK00.090.320.53
HSL42.63º18.81%39.61%-
HSV(B)42.63º31.67%47.06%-
XYZ14.7415.5410.21-
YUV109.21112.64135.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=38.59%
G=35.05%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201098200.090.320.5342.6318.8139.61
Hex786D520920352b1328
Octal1701551220114065532350
Binary1111000110110110100100100110000011010110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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