Html Css Color HEX #786E56 Peat

📋 copy color: '#786E56'

red 120 ◦ green 110 ◦ blue 86

#786E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peat #786E56

Tints of Peat #786E56

RGB

 RED value IS 120 (47.27% from 255) = 37.97%

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 37.97%
G = 34.81%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#786E56 (or 0x786E56) is known color: Peat. HEX triplet: 78, 6E and 56. RGB value is (120,110,86). Sum of RGB (Red+Green+Blue) = 120+110+86=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E56 is #8791A9. Grayscale: #6E6E6E. Windows color (decimal): -8884650 or 5664376. OLE color: 5664376.

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

Color convert

RGB 120 110 86 -
CMYK 0 0.08 0.28 0.53
HSL 42.35º 0.17% 0.4% -
HSV(B) 42.35º 0.28% 0.47% -
XYZ 15 15.82 11.07 -
YUV 110.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 120 110 86 0 0.08 0.28 0.53 42.35 0.17 0.4
Hex 78 6E 56 0 8 1C 35 2A 11 28
Octal 170 156 126 0 10 34 65 52 21 50
Binary 1111000 1101110 1010110 0 1000 11100 110101 101010 10001 101000

Color Harmonies of #786E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E56

Black with #786E56

Text Example


Text Example

White with #786E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,110,86); }

 H1.HeaderClassName
 {
   color: #786E56;
 }
 .AnyTagClassName
 {
   color: #786E56;
 }
</style>

background-color css

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

 a { background-color: rgb(120,110,86); }

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

border-color css

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

 span { border-color: rgb(120,110,86); }

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