Html Css Color HEX #786F50 Peat

📋 copy color: '#786F50'

red 120 ◦ green 111 ◦ blue 80

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

Shades of Peat #786F50

Tints of Peat #786F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 38.59%
G = 35.69%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786F50 (or 0x786F50) is known color: Peat. HEX triplet: 78, 6F and 50. RGB value is (120,111,80). Sum of RGB (Red+Green+Blue) = 120+111+80=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #786F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F50 is #8790AF. Grayscale: #6E6E6E. Windows color (decimal): -8884400 or 5271416. OLE color: 5271416.

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

Color convert

RGB 120 111 80 -
CMYK 0 0.08 0.33 0.53
HSL 46.5º 0.2% 0.39% -
HSV(B) 46.5º 0.33% 0.47% -
XYZ 14.88 15.94 9.88 -
YUV 110.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 120 111 80 0 0.08 0.33 0.53 46.5 0.2 0.39
Hex 78 6F 50 0 8 21 35 2E 14 27
Octal 170 157 120 0 10 41 65 56 24 47
Binary 1111000 1101111 1010000 0 1000 100001 110101 101110 10100 100111

Color Harmonies of #786F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F50

Black with #786F50

Text Example


Text Example

White with #786F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,111,80); }

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

background-color css

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

 a { background-color: rgb(120,111,80); }

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

border-color css

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

 span { border-color: rgb(120,111,80); }

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