Html Css Color HEX #786B50 Peat

📋 copy color: '#786B50'

red 120 ◦ green 107 ◦ blue 80

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

Shades of Peat #786B50

Tints of Peat #786B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.85%

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

R = 39.09%
G = 34.85%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786B50 (or 0x786B50) is known color: Peat. HEX triplet: 78, 6B and 50. RGB value is (120,107,80). Sum of RGB (Red+Green+Blue) = 120+107+80=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B50 is #8794AF. Grayscale: #6B6B6B. Windows color (decimal): -8885424 or 5270392. OLE color: 5270392.

HSL color Cylindrical-coordinate representation of color #786B50: hue angle of 40.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 #786B50 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 107 80 -
CMYK 0 0.11 0.33 0.53
HSL 40.5º 0.2% 0.39% -
HSV(B) 40.5º 0.33% 0.47% -
XYZ 14.45 15.09 9.74 -
YUV 107.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 120 107 80 0 0.11 0.33 0.53 40.5 0.2 0.39
Hex 78 6B 50 0 B 21 35 28 14 27
Octal 170 153 120 0 13 41 65 50 24 47
Binary 1111000 1101011 1010000 0 1011 100001 110101 101000 10100 100111

Color Harmonies of #786B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B50

Black with #786B50

Text Example


Text Example

White with #786B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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