Html Css Color HEX #786C4F Peat

📋 copy color: '#786C4F'

red 120 ◦ green 108 ◦ blue 79

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

Shades of Peat #786C4F

Tints of Peat #786C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 39.09%
G = 35.18%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#786C4F (or 0x786C4F) is known color: Peat. HEX triplet: 78, 6C and 4F. RGB value is (120,108,79). Sum of RGB (Red+Green+Blue) = 120+108+79=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C4F is #8793B0. Grayscale: #6C6C6C. Windows color (decimal): -8885169 or 5205112. OLE color: 5205112.

HSL color Cylindrical-coordinate representation of color #786C4F: hue angle of 42.44º 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 #786C4F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 108 79 -
CMYK 0 0.10 0.34 0.53
HSL 42.44º 0.21% 0.39% -
HSV(B) 42.44º 0.34% 0.47% -
XYZ 14.52 15.28 9.58 -
YUV 108.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 120 108 79 0 0.10 0.34 0.53 42.44 0.21 0.39
Hex 78 6C 4F 0 A 22 35 2A 15 27
Octal 170 154 117 0 12 42 65 52 25 47
Binary 1111000 1101100 1001111 0 1010 100010 110101 101010 10101 100111

Color Harmonies of #786C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C4F

Black with #786C4F

Text Example


Text Example

White with #786C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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