Html Css Color HEX #786850 Coffee

📋 copy color: '#786850'

red 120 ◦ green 104 ◦ blue 80

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

Shades of Coffee #786850

Tints of Coffee #786850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 39.47%
G = 34.21%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786850 (or 0x786850) is known color: Coffee. HEX triplet: 78, 68 and 50. RGB value is (120,104,80). Sum of RGB (Red+Green+Blue) = 120+104+80=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #786850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786850 is #8797AF. Grayscale: #6A6A6A. Windows color (decimal): -8886192 or 5269624. OLE color: 5269624.

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

Color convert

RGB 120 104 80 -
CMYK 0 0.13 0.33 0.53
HSL 36º 0.2% 0.39% -
HSV(B) 36º 0.33% 0.47% -
XYZ 14.14 14.47 9.64 -
YUV 106.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 120 104 80 0 0.13 0.33 0.53 36 0.2 0.39
Hex 78 68 50 0 D 21 35 24 14 27
Octal 170 150 120 0 15 41 65 44 24 47
Binary 1111000 1101000 1010000 0 1101 100001 110101 100100 10100 100111

Color Harmonies of #786850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786850

Black with #786850

Text Example


Text Example

White with #786850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786850; }

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

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

background-color css

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

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

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

border-color css

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

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

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