#786B4F

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

Shades of Peat #786B4F

Tints of Peat #786B4F

Color information

#786B4F (or 0x786B4F) is unknown color: approx Peat. HEX triplet: 78, 6B and 4F. RGB value is (120,107,79). Sum of RGB (Red+Green+Blue) = 120+107+79=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B4F is #8794B0. Grayscale: #6B6B6B. Windows color (decimal): -8885425 or 5204856. OLE color: 5204856.

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

Color convert

RGB12010779-
CMYK00.110.340.53
HSL40.98º20.6%39.02%-
HSV(B)40.98º34.17%47.06%-
XYZ14.4115.079.55-
YUV107.7111.81136.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=39.22%
G=34.97%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201077900.110.340.5340.9820.639.02
Hex786B4F0B2235291527
Octal1701531170134265512547
Binary1111000110101110011110101110001011010110100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,79); }

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

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

 a { background-color: rgb(120,107,79); }

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

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

 span { border-color: rgb(120,107,79); }

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