#786C51

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

Shades of Peat #786C51

Tints of Peat #786C51

Color information

#786C51 (or 0x786C51) is unknown color: approx Peat. HEX triplet: 78, 6C and 51. RGB value is (120,108,81). Sum of RGB (Red+Green+Blue) = 120+108+81=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #786C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C51 is #8793AE. Grayscale: #6C6C6C. Windows color (decimal): -8885167 or 5336184. OLE color: 5336184.

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

Color convert

RGB12010881-
CMYK00.100.320.53
HSL41.54º19.4%39.41%-
HSV(B)41.54º32.5%47.06%-
XYZ14.5915.319.97-
YUV108.51112.48136.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=38.83%
G=34.95%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201088100.100.320.5341.5419.439.41
Hex786C510A20352a1327
Octal1701541210124065522347
Binary1111000110110010100010101010000011010110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,108,81); }

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

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

 a { background-color: rgb(120,108,81); }

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

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

 span { border-color: rgb(120,108,81); }

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