Html Css Color HEX #786C54 Peat

📋 copy color: '#786C54'

red 120 ◦ green 108 ◦ blue 84

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

Shades of Peat #786C54

Tints of Peat #786C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 38.46%
G = 34.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#786C54 (or 0x786C54) is known color: Peat. HEX triplet: 78, 6C and 54. RGB value is (120,108,84). Sum of RGB (Red+Green+Blue) = 120+108+84=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C54 is #8793AB. Grayscale: #6C6C6C. Windows color (decimal): -8885164 or 5532792. OLE color: 5532792.

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

Color convert

RGB 120 108 84 -
CMYK 0 0.10 0.3 0.53
HSL 40º 0.18% 0.4% -
HSV(B) 40º 0.3% 0.47% -
XYZ 14.71 15.36 10.58 -
YUV 108.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 120 108 84 0 0.10 0.3 0.53 40 0.18 0.4
Hex 78 6C 54 0 A 1E 35 28 12 28
Octal 170 154 124 0 12 36 65 50 22 50
Binary 1111000 1101100 1010100 0 1010 11110 110101 101000 10010 101000

Color Harmonies of #786C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C54

Black with #786C54

Text Example


Text Example

White with #786C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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